guard-rocco/lib/guard/rocco/templates/Guardfile
2011-06-18 12:33:23 -04:00

7 lines
107 B
Ruby

guard 'rocco' do
# For Rails 3.0.x and 3.1
watch(%r{app/.*\.(rb|coffee)})
watch(%r{lib/.*\.rb})
end