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

Switch out gaze for chokidar for node 0.12 and io.js compatibility #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

achingbrain
Copy link

Stylizer depends on gaze for notifications of file changes, but gaze is currently incompatible with node 0.12 and io.js. There's an issue around that - shama/gaze#173 but it looks like he wants to fix it by using the native portion of navelgazer instead.

All lovely but it doesn't get us much closer to 0.12/io.js compatibility. This pull request swaps gaze out for the very similar looking chokidar which does exactly the same job and has 0.12/io.js compatibility today.

@achingbrain
Copy link
Author

Reference: nodejs/node#456

@olizilla
Copy link

+1

1 similar comment
@kanedauy
Copy link

+1

@jgoodall
Copy link

jgoodall commented Jun 2, 2015

Is this going to be merged for 0.12 support?

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

Successfully merging this pull request may close these issues.

4 participants