option to strip links from excerpts

This commit is contained in:
Sam
2013-04-30 13:25:55 +10:00
parent 94a578e4b2
commit b25a5a20bb
5 changed files with 29 additions and 18 deletions

View File

@ -56,7 +56,7 @@ class Autospec::Runner
Signal.trap("SIGINT") {stop_spork; exit }
puts "Forced polling (slower) - inotify does not work on network filesystems, use local filesystem to avoid" if force_polling
Thread.start do
Listen.to('.', force_polling: force_polling, filter: /^app|^spec|^lib/, relative_paths: true) do |modified, added, removed|
process_change([modified, added].flatten.compact)