76f781ec08
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.
7 lines
111 B
Ruby
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
|
|
|