Rebuild documentation using Rocco
Go to file
2011-06-18 15:34:13 -04:00
lib/guard bump version 2011-06-18 15:34:13 -04:00
spec fix things, oops 2011-06-18 15:33:21 -04:00
.gitignore initial release 2011-06-17 16:01:49 -04:00
Gemfile fix things, oops 2011-06-18 15:33:21 -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 rake dsl 2011-06-18 12:38:15 -04:00
README.md guardfile addition 2011-06-18 12:33:38 -04:00

It's a Guard for the Rocco documentation system!

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

Only one option for now:

  • :dir specifies the output dir (default doc)

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