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

Reload (front-end) page when changes are made on server #81

Closed
nelsonic opened this issue Mar 16, 2015 · 2 comments
Closed

Reload (front-end) page when changes are made on server #81

nelsonic opened this issue Mar 16, 2015 · 2 comments
Assignees
Labels
enhancement New feature or enhancement of existing functionality help wanted If you can help make progress with this issue, please comment! investigate MVP
Milestone

Comments

@nelsonic
Copy link
Member

Which library/module should we use? is it tested?
can we just use node (core) watch module?

Specifically talking about changes to html templates, front-end JS or CSS.

@nelsonic nelsonic added enhancement New feature or enhancement of existing functionality help wanted If you can help make progress with this issue, please comment! MVP investigate FrontEnd labels Mar 16, 2015
@nelsonic nelsonic self-assigned this Mar 16, 2015
@nelsonic nelsonic added this to the MVP milestone Mar 16, 2015
@nelsonic
Copy link
Member Author

Sadly, using nodemon with a --watch does not do the trick...

nodemon web.js --watch front/views/

Still does not restart the app when any file in the views dir changes...
and we still need to manually refresh each page or device simulator that is connected to the app...

@nelsonic
Copy link
Member Author

nelsonic commented Apr 1, 2015

Faster does exactly what we need it to and (currently) nothing more.
As we decide we need more features, we can create them.

@nelsonic nelsonic closed this as completed Apr 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or enhancement of existing functionality help wanted If you can help make progress with this issue, please comment! investigate MVP
Projects
None yet
Development

No branches or pull requests

1 participant