Add support for a ':stylesheet' option. #2

Merged
mybuddymichael merged 2 commits from master into master 2011-10-02 13:40:31 +00:00
Showing only changes of commit 9cfb15d187 - Show all commits

View File

@ -5,9 +5,11 @@ It's a [Guard](http://github.com/guard/guard) for the [Rocco](http://github.com/
watch(%r{^lib/.*\.rb$})
end
Only one option for now:
Options:
* `:dir` specifies the output dir (default `doc`)
* `:stylesheet` specifies a custom stylesheet to use (default is
http://jashkenas.github.com/docco/resources/docco.css)
`gem install guard-rocco` or Bundle it up with `gem 'guard-rocco'`. Then `guard init rocco`. Yeah!