-
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
livereload overrides existing watches #49
Comments
I solved my own problem by removing the |
Yes, indeed. |
I think it would be good to mention in the readme file that |
@levjj totally agree, this issue still exists!!! |
I'm running an Express server through my own yeoman generator using grunt-express. I set a watch for Stylus files as such
The stylus task works normally when called.
My issue is when I set livereload to true in my express task, the watch it creates overrides the watch I made for stylus files. In my server logs I can see that the .styl file has been modified, but it just reloads it and never calls the stylus task.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: