master/spec
Rémy Coutable 06be2107af Dir.glob now ignores files that don't need to be watched
By default, we don't watch ., .., .bundle, .git (this is HUGE), log, tmp and vendor (this is also HUGE). Also don't append '/' to the dir given to Guard::Listener#potentially_modified_files, the method now handles it internally.

In my case, Guard::Listener#potentially_modified_files was taking ~56 seconds (in a big Rails project), it takes now... less than 1 second.

Enjoy.
2011-07-21 01:40:40 +02:00
..
fixtures Watching dotfile (hidden files under unix) fix #80 2011-06-15 18:02:32 +02:00
guard Dir.glob now ignores files that don't need to be watched 2011-07-21 01:40:40 +02:00
support Dir.glob now ignores files that don't need to be watched 2011-07-21 01:40:40 +02:00
guard_spec.rb refactor get_guard_class to first try the constant and fallback to require 2011-06-07 15:42:45 +02:00
spec_helper.rb Refactorized notifier enabling/disabling 2011-05-10 21:22:25 +02:00