Skip to content

Instantly share code, notes, and snippets.

@alexbain
Created July 20, 2012 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexbain/3152023 to your computer and use it in GitHub Desktop.
Save alexbain/3152023 to your computer and use it in GitHub Desktop.
Guardfile (Rocco)
# Generate documentation whenever a file is changed
guard 'rocco', :dir => 'docs', :stylesheet => 'http://jashkenas.github.com/docco/resources/docco.css' do
watch(%r{^app/.*\.(js)$})
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment