Add run_on option to specify when to run the rocco command #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It's a Guard for the Rocco documentation system!
Options:
:run_on
specifies when to update the docs:start
- run on all documentation when the guard starts:change
- run when watched files change:reload
- run when the guard is reloaded:all
- run when running all the guards:dir
specifies the output dir:stylesheet
specifies a custom stylesheet to usegem install guard-rocco
or Bundle it up withgem 'guard-rocco'
. Thenguard init rocco
. Yeah!Looks great, thanks so much!