guard-rocco/lib/guard/rocco/templates/Guardfile
Jean Mertz 76f781ec08 Revert always showing default values.
it's a preference of mine, but I guess we shouldn't bother people with long lines of code when they are the default anyway.
2011-11-14 10:57:41 +01:00

7 lines
111 B
Ruby

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