lib/rerun.rb in rerun-0.5.1 vs lib/rerun.rb in rerun-0.5.2
- old
+ new
@@ -4,10 +4,10 @@
require "fswatcher"
# todo: make sure this works in non-Mac environments (also Macs without growlnotify)
module Rerun
- DEFAULT_PATTERN = "**/*.{rb,js,css}"
+ DEFAULT_PATTERN = "**/*.{rb,js,css,erb}"
class Runner
include System