@Anthony_Alba wrote:
Newbie question:
How does ember serve with ember-welcome-page serve up such a different landing page than dist/index.html?
- ember new new-app
- ember serve (look at source of http://localhost:4200)
- compare with source in dist/index.html
They are so different!
How did ember server + welcome page replace the index.html?
Now if I wanted to distribute exactly ember serve+ember-welcome-page (including construction.png etc etc) how would I create the dist/ directory?
ember build -prod gives a dist/ directory without ember-welcome-page's welcome.html + contstuction.png etc
Posts: 2
Participants: 2