Fix typo: run_all should be run_on
This commit is contained in:
parent
dee5298533
commit
2ad80d4aeb
@ -2,7 +2,7 @@ It's a [Guard](http://github.com/guard/guard) for the [Rocco](http://github.com/
|
|||||||
|
|
||||||
``` ruby
|
``` ruby
|
||||||
# default values
|
# default values
|
||||||
guard 'rocco', :run_all => [:start, :change], :dir => 'doc', :stylesheet => 'http://jashkenas.github.com/docco/resources/docco.css' do
|
guard 'rocco', :run_on => [:start, :change], :dir => 'doc', :stylesheet => 'http://jashkenas.github.com/docco/resources/docco.css' do
|
||||||
watch(%r{^app/.*\.(rb|coffee)$})
|
watch(%r{^app/.*\.(rb|coffee)$})
|
||||||
watch(%r{^lib/.*\.rb$})
|
watch(%r{^lib/.*\.rb$})
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user