guard-rocco/README.md
2011-10-01 12:56:09 -07:00

501 B

It's a Guard for the Rocco documentation system!

guard 'rocco' do
  watch(%r{^app/.*\.(rb|coffee)$})
  watch(%r{^lib/.*\.rb$})
end

Options:

gem install guard-rocco or Bundle it up with gem 'guard-rocco'. Then guard init rocco. Yeah!