guard-rocco/lib/guard/rocco/templates/Guardfile

7 lines
107 B
Plaintext
Raw Normal View History

2011-06-18 16:33:23 +00:00
guard 'rocco' do
# For Rails 3.0.x and 3.1
watch(%r{app/.*\.(rb|coffee)})
watch(%r{lib/.*\.rb})
end