assemble / assemble-less

Grunt task for compiling LESS to CSS. This task does for less what Assemble does for HTML, making it much easier to modularize and reduce repetition in stylesheets.
http://github.com/assemble/assemble/
MIT License
66 stars 20 forks source link

Version option #2

Closed doowb closed 11 years ago

doowb commented 11 years ago

Got this working by doing the following....

npm install less@beta
mv node_modules\less less\dist\beta
npm install less

This installs the beta tag from npm (this can be a version or whatever) Move the folder from the node_modules to our own folder Install the stable version back to npm

In the grunt file reference the beta folder: version: "less/dist/beta"

Then run grunt