Created
August 28, 2013 14:59
-
-
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`
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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