Skip to content

Instantly share code, notes, and snippets.

View cgutierrez's full-sized avatar

Chris Gutierrez cgutierrez

View GitHub Profile
@cgutierrez
cgutierrez / Less Compile.sublime-build
Created February 10, 2012 15:28 — forked from druu/Less Compile.sublime-build
LessCSS Build System for Sublime Text 2
/**
* 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