Skip to content

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

@talmog

Description

@talmog
  • 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions