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

removed yuicompress options because it is no longer suported by less >= 1.5.0-b1 #17

Closed pwaleczek closed 11 years ago

pwaleczek commented 11 years ago

updated less npm dependency and removed yui compression test, because it was removed in 'less v1.5.0-b1'

jonschlinkert commented 11 years ago

thanks for doing this!

pwaleczek commented 11 years ago

no problem, needed to fix this, for a work-related project

pwaleczek commented 11 years ago

also, could you update the npm package?

jonschlinkert commented 11 years ago

np

pwaleczek commented 11 years ago

great, thanks!

jonschlinkert commented 11 years ago

done