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

Refactor logic into library #5

Closed doowb closed 10 years ago

doowb commented 11 years ago

Refactor the bulk of the logic into a library that can take a configuration object and build the less files.

Then the logic can be used in other libraries and plugins instead of only having it in assemble-less.

jonschlinkert commented 11 years ago

:+1: