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
Show hidden characters
/** | |
* Basic LessCSS Build System for Sublime Text 2 | |
* | |
* Prerequisites: node.js, global lesscss node module | |
* How it works: | |
* 1. Create the folders "src/css" and "assets/css" in your project root | |
* 2. Put all your .less files into "src/css" | |
* 3. Open your main .less file and hit "Build" | |
* 4. Dance happily around your minified and compiled CSS file in "assets/css" | |
* 5. Profit |