Rebuild documentation using Rocco
Go to file
2011-11-13 14:16:09 +01:00
lib/guard Allow for run_on: [:start, :reload, :all, :change] option 2011-11-13 14:07:19 +01:00
spec Add run options tests 2011-11-13 14:16:09 +01:00
.gitignore initial release 2011-06-17 16:01:49 -04:00
.travis.yml update the template so the right files get watched 2011-06-18 18:20:49 -04:00
Gemfile clean things up 2011-08-04 11:25:12 -04:00
guard-rocco.gemspec fix things, oops 2011-06-18 15:33:21 -04:00
Guardfile fix things, oops 2011-06-18 15:33:21 -04:00
Rakefile more cleanup 2011-08-04 11:27:27 -04:00
README.md Add ':stylesheet' option to README 2011-10-01 12:56:09 -07:00

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!