add all default options to the Guard template

This commit is contained in:
Jean Mertz 2011-11-13 14:29:24 +01:00
parent 48f92f4452
commit dee5298533

View File

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