gurpsdomain / GurpsyMcGurpsFace

A (not yet) fully functional webbrowser based Gurps Character Sheet Editor
https://gurpsdomain.github.io/GurpsyMcGurpsFace/
4 stars 0 forks source link

setting the base interferes with local development #4

Closed dvberkel closed 7 years ago

dvberkel commented 7 years ago

In index.html the base-tag is seed to allow the Angular application to be deployed to gh-pages branch.

Unfortunately this interferes with local development when running npm start.

We would like to find a way to have our cake and eat it too.

dvberkel commented 7 years ago

There is some documentation on this that seems relevant.

dvberkel commented 7 years ago

This is resolved by removing the base-tag from the source, enabling development and setting the base-tag via a flag with the build command.