-
Notifications
You must be signed in to change notification settings - Fork 773
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
Thoughts on including a directory tree / file watcher? #13
Comments
@jprichardson @mikeal Including a directory tree watcher in fs-extra makes sense, indeed! For more details, see my comment on the issue related to the walker. |
I want to do this, but there are so many. I'm not sure which is the best. |
|
@mikeal Do you see any problems with this one: https://github.com/paulmillr/chokidar? |
@jprichardson it's in coffeescript... |
Ya, that bothers me too. |
don't include a directory tree watcher. I like that this lib provides a more advanced FS API but uses common FS primitives to do so. file watching is still an evolving science (especially when dealing with many directories/files). I am strongly against including a file watcher. Such features should go into |
I have an interest in keeping the |
For the time being, I see no reason to include file watching into |
Probably this one... https://github.com/mikeal/watch
The text was updated successfully, but these errors were encountered: