2011-11-13 13:29:24 +00:00
|
|
|
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
|
2011-06-18 22:20:49 +00:00
|
|
|
watch(%r{^app/.*\.(rb|coffee)$})
|
|
|
|
watch(%r{^lib/.*\.rb$})
|
2011-06-18 16:33:23 +00:00
|
|
|
end
|
|
|
|
|