-
Notifications
You must be signed in to change notification settings - Fork 41
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
task be interrupted by express-server
#70
Comments
+1 |
I also have a similar problem.
The watch task does not work any more when I use express:livereload I also have a small test app that reproduces this problem, I can load it on git if can be useful. grunt-express 1.4.0 Gruntfile.js
|
Is this still an issue? Wondering if I should use this library. |
This is still an issue! |
It has been such a long time, I'm using KOA and Gulp now... This module seems to be no longer maintained. |
When I modified
.scss
files, there should be a compass compiling that triggered by taskwatch
, but actually nothing happend. Thewatch
task seems to be interrupted by taskexpress-server
.Demo project here:
https://github.com/Alexorz/grunt-express-angular-example/tree/Demo_for_issue_2
Versions:
grunt-express: 1.4.0 (got another issue on 1.4.1)
express: 4.10.1
The text was updated successfully, but these errors were encountered: