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

Replace own filewatcher with chokidar #5

Open
tonistiigi opened this issue Oct 1, 2012 · 0 comments
Open

Replace own filewatcher with chokidar #5

tonistiigi opened this issue Oct 1, 2012 · 0 comments

Comments

@tonistiigi
Copy link
Owner

Currently Styler uses it own custom file watcher wrapper. It kind of works but I've experienced Styler crashing when I do git checkout or git reset for the project. Anyway, we shouldn't deal with these things and should use chokidar module instead.

Note that chokidar doesn't support many listeners to a single file without reaching maxListeners limit. So this needs to be added to either chokidar or Styler.

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

1 participant