Created
March 20, 2013 12:35
-
-
Save danscotton/5204326 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| desc "Watch stylesheets to automatically compile" | |
| task :news do | |
| sh "compass watch --config tabloid/webapp/conf/compass.rb tabloid/webapp/static/sass/core.scss tabloid/webapp/static/sass/compact.scss tabloid/webapp/static/sass/tablet.scss tabloid/webapp/static/sass/wide.scss" | |
| end |
Integralist
commented
Mar 20, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment