-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
switch to glob-watcher 2.0 #64
Conversation
this relies on the recent breaking changes to glob-watcher being published to npm as 2.0
Will bump vinyl-fs to 2 after I finish some other fixes |
Sounds good to me 🎂 |
I just had an issue where vinyl-fs' version of gaze@0.5.x doesn't pay attention to
|
@timelf123 You should open an issue on gaze and ask them to push a fix to the 0.5 branch as a patch release then. |
Done: shama/gaze#193 |
Is it possible to bump the version of gaze required since the issue has been fixed on 0.6? Seems silly to backport a fix when the next minor version took care of it |
@timelf123 the 0.6 branch is full of bugs and doesn't work, this is all over the gaze project and the gulp project - 0.6 is broken, nobody can use it. It may have fixed some bugs but it introduced more issues than it solved. It won't even install on most platforms. |
My mistake, I didn't even test :P Just read that that specific bug was fixed. Thanks for clarifying |
this relies on the recent breaking changes to glob-watcher being published to npm as 2.0
@contra this will cause vinyl-fs to require a 2.0 bump also.