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