Skip to content

Instantly share code, notes, and snippets.

@marcaube
Created August 28, 2013 14:59
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 marcaube/6367006 to your computer and use it in GitHub Desktop.
Save marcaube/6367006 to your computer and use it in GitHub Desktop.
Automatically generate styleguide with styledocco from less files with the watchr gem. Lauch with `$ watchr watchr_script.rb`
watch('(.*).less') do |match|
system("styledocco")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment