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

Occasionally lineman stops noticing file changes. #102

Closed
joegaudet opened this issue Jul 12, 2013 · 5 comments
Closed

Occasionally lineman stops noticing file changes. #102

joegaudet opened this issue Jul 12, 2013 · 5 comments
Labels

Comments

@joegaudet
Copy link

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.

@davemo
Copy link
Member

davemo commented Jul 12, 2013

I wonder if this is related to grunt-watch-nospawn; going to test and see how feasible it is to pull in grunt-watch-contrib now that gruntjs/grunt-contrib-watch#25 is fixed. (I have no idea if this will fix the issue, as you said it's non-deterministic, but it's worth a shot) :P

@searls
Copy link
Member

searls commented Jul 12, 2013

Dave, note that grunt-contrib-watch has not been released since fixing that issue.

On Jul 12, 2013, at 4:51 PM, David Mosher notifications@github.com wrote:

I wonder if this is related to grunt-watch-nospawn; going to test and see how feasible it is to pull in grunt-watch-contrib now that gruntjs/grunt-contrib-watch#25 is fixed. (I have no idea if this will fix the issue, as you said it's non-deterministic, but it's worth a shot) :P


Reply to this email directly or view it on GitHub.

@davemo
Copy link
Member

davemo commented Jul 12, 2013

Oh, crap. Well that's no good :P

@jasonkarns
Copy link
Member

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)

@jasonkarns
Copy link
Member

Created grunt-contrib-watch branch and switched from grunt-watch-nospawn to grunt-contrib-watch. With options: spawn: false, all of our (limited) test suite passes.

EDIT: looks like it didn't pass TravisCI though 😦 https://travis-ci.org/testdouble/lineman/builds/10099566

@davemo davemo closed this as completed Jan 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants