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

Watch and build components #19

Closed
honglio opened this issue Oct 29, 2014 · 2 comments
Closed

Watch and build components #19

honglio opened this issue Oct 29, 2014 · 2 comments

Comments

@honglio
Copy link
Owner

honglio commented Oct 29, 2014

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.

@honglio
Copy link
Owner Author

honglio commented Oct 31, 2014

Requires:

Compiling LESS files
Compiling Jade files in lib/client
Building requirejs

@honglio honglio mentioned this issue Oct 31, 2014
@honglio honglio added this to the 1.1 milestone Nov 3, 2014
@honglio
Copy link
Owner Author

honglio commented Nov 4, 2014

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.

@honglio honglio closed this as completed Nov 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant