-
Notifications
You must be signed in to change notification settings - Fork 80
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
Occasionally lineman stops noticing file changes. #102
Comments
I wonder if this is related to |
Dave, note that grunt-contrib-watch has not been released since fixing that issue.
|
Oh, crap. Well that's no good :P |
grunt-contrib-watch 0.5.0, which includes the fix for gruntjs/grunt-contrib-watch#25, was released on 7/18. Should we consider switching from grunt-watch-nospawn to grunt-contrib-watch now? In general, I very much like the idea of using the core contrib tasks when possible. Not to mention that we should be able to simplify the current watch config. (by utilizing the cascade behavior that supposedly works now in grunt-contrib-watch) |
Created grunt-contrib-watch branch and switched from grunt-watch-nospawn to grunt-contrib-watch. With EDIT: looks like it didn't pass TravisCI though 😦 https://travis-ci.org/testdouble/lineman/builds/10099566 |
It's non deterministic tho, so... I don't rreally have much else to say - happens more frequently after one of the pre processors eats shit cause of a syntax error.
The text was updated successfully, but these errors were encountered: