New style of http://leegorous.net/
make
This will run the LESS compiler to generate css. The commandlessc
is required.make node
This is another way to call LESS, with nodejs. Make sure to runnpm install less
before running this command.make watch
This is a way to watch the less files and automatically building them whenever you save. Watchr is required.