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

gulp-notify not supported on Windows preventing watch to work more than once #48

Closed
rlaloux opened this issue Apr 24, 2014 · 2 comments
Closed

Comments

@rlaloux
Copy link
Contributor

rlaloux commented Apr 24, 2014

Hi, i'm new to this but i've encountered a issue when using gulp watch function. When modifying a file (let's say a .less file), the related compilation function will be executed only once then no further modification will be taken into account.

I've discovered that the issue came from gulp-notify which seem to be unsupported under Windows for various reason (the notifier is overrided by Windows). Removing all the notify() solved my issue. However, using growl can solve this issue: https://github.com/yannickcr/gulp-notify-growl

This might be interesting to, at least mention it, so that new unfamiliar user with gulp doesn't get stuck.

Great work otherwise.

@Bonemeijer
Copy link

Thank you sooo much for this comment! After commenting out all notifies, it works for me now as well :)

I'm on OS X 10.9.2

@bencorlett
Copy link
Contributor

Done!

bencorlett added a commit that referenced this issue Jun 16, 2014
Signed-off-by: Ben Corlett <bencorlett@me.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants