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

Read in data from template YAML headers to load in the needed LESS files #3

Closed jonschlinkert closed 11 years ago

jonschlinkert commented 11 years ago

This feature would allow dynamic building of components in Assemble

doowb commented 11 years ago

I don't think this issue should be addressed in this plugin. I think Assemble would read in the YAML headers and create the configuration options for the assemble-less library to build the less/css components correctly.

There should be a new issue for splitting out the assemble-less library so it can be called from other libraries instead of just from the plugin.

doowb commented 11 years ago

Created #5 for moving the logic into a new library to address this issue.

jonschlinkert commented 11 years ago

:+1: