directory_watcher icon indicating copy to clipboard operation
directory_watcher copied to clipboard

Event notification for file system changes

Results 5 directory_watcher issues
Sort by recently updated
recently updated
newest added

Updating the gem broke Jekyll, had to revert back to 1.4.1 to get it working again. On 1.5.1 it would no longer detect changed files. This is on Ubuntu 12.04...

DirectoryWatcher still has the reset() method which calls reset() on @scanner. However seems like Scanner no longer has a reset() method. Was working fine on 1.4.1. ``` Exception (NoMethodError): undefined...

Similar to eventmachine/eventmachine#39 ``` /Library/Ruby/Gems/1.8/gems/eventmachine-0.12.10/lib/eventmachine.rb:1266: [BUG] rb_sys_fail(must enable kqueue) - errno == 0 ruby 1.8.7 (2010-01-10 patchlevel 249) [universal-darwin11.0] ```

It would be great if I could not just reset the complete state of a watcher, but also the state of a single file (or a list of filenames) for...

Feature Request: I would like to be able to pass in an :ignore => 'js/compiled' option in order to ignore the js/ignored/ directory, so that after compiling my javascript, directory...