node-hound
node-hound copied to clipboard
Cross platform directory tree watcher that works, even on Windows
Not a bug, just a question how hound handles this. If I watch a folder where a lot of files get copied to, will the processes all run at once?...
fix failing test change to a file raises multiple 'change' events.
Is it possible to pass an array of files or folders to hound.watch? It seems to throw an error. Is there a recommended way to watch multiple src's?
If a file is created and then deleted before `Hound.prototype.watch` has a chance to execute, then Hound will attempt to stat a non-existent file. All other fs operations run by...
If you don't bind to that event the application will crash when error on fs.watch occur. (e.g. deleting folder on Windows).
Directories with too many files result in this exception for me on OSX with node v0.8.8. In my case, "too many" files is 162 files clocking in at 22.7MB on...