Skip to content

Instantly share code, notes, and snippets.

@sixfeetover
Created February 5, 2010 20:22
Show Gist options
  • Save sixfeetover/296180 to your computer and use it in GitHub Desktop.
Save sixfeetover/296180 to your computer and use it in GitHub Desktop.
# When using Less (via More) for your rails app, this watches your app/stylesheets
# directory for changes and compiles all the .less files.
require 'watchr'
watch('app/stylesheets/*') { system('rake more:parse') }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment