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

7 lines
229 B
Plaintext
Raw Normal View History

guard 'rocco', :run_all => [:start, :change], :dir => 'doc', :stylesheet => 'http://jashkenas.github.com/docco/resources/docco.css' do
2011-06-18 16:33:23 +00:00
# For Rails 3.0.x and 3.1
watch(%r{^app/.*\.(rb|coffee)$})
watch(%r{^lib/.*\.rb$})
2011-06-18 16:33:23 +00:00
end