Created
May 15, 2014 14:16
-
-
Save ckalima/28c1d36235518a82d311 to your computer and use it in GitHub Desktop.
Sample .less-watch configuration file. This snippet will automatically compile a compressed .css file from marketplace.less whenever any .less files in the /Marketplace/webapp/apps/marketplace/less directory are altered.
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
/Marketplace/webapp/apps/marketplace/less/*.less: lessc -x --yui-compress -C /Marketplace/webapp/apps/marketplace/less/marketplace.less /Marketplace/webapp/apps/marketplace/css/marketplace.css |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment