You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This proposition removes per request builds and introduces:
Watching lib/client/* and building to public.
Watching public and reloading browser page.
Watching lib/server/*, reloading the server and reloading browser page.
We could use https://github.com/nodejitsu/forever-monitor, probably with grunt-watch. This is ready to start.
The text was updated successfully, but these errors were encountered:
nodemon can do watch server file and reload the server. For applying the change in browser, like public/server file change we just need to refresh the browser. So no need for grunt-watch.
This proposition removes per request builds and introduces:
Watching lib/client/* and building to public.
Watching public and reloading browser page.
Watching lib/server/*, reloading the server and reloading browser page.
We could use https://github.com/nodejitsu/forever-monitor, probably with grunt-watch. This is ready to start.
The text was updated successfully, but these errors were encountered: