Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature / help: Change app page from index.html to app.html #1228

Closed
talmog opened this issue Nov 30, 2016 · 1 comment
Closed

Feature / help: Change app page from index.html to app.html #1228

talmog opened this issue Nov 30, 2016 · 1 comment

Comments

@talmog
Copy link

talmog commented Nov 30, 2016

  • I'm submitting a ...
    [ ] bug report
    [v] feature request
    [ ] question about the decisions made in the repository

  • Do you want to request a feature or report a bug?
    feature

  • What is the current behavior?
    currently the entry point for the app is index.html I am trying to change it so index.html is a static page and app.html is the angular page.

I changed in webpack.dev.js the historyApiFallback to
historyApiFallback: { index: '/app.html/' },
and added to webpack.common.js
exclude: [helpers.root('src/app.html'), helpers.root('src/index.html')]

so the dev server serves the files from app.html. I still can't get it to serve the static index.html page.
Also when building, index.html is being created, and not app.html
help please?

@talmog
Copy link
Author

talmog commented Jan 16, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant