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

Restore banner parsing. Fixes #18 #19

Closed MarcDiethelm closed 11 years ago

MarcDiethelm commented 11 years ago

Also updates options.banner with grunt.template.process'ed banner. Includes and runs tests for all banner-related options. Individual test dependencies for stripbanner and banner. Fixes assemble/assemble-less#18

jonschlinkert commented 11 years ago

nice, thanks for doing this!