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

grunt-lib-contrib is deprecated #24

Closed sindresorhus closed 10 years ago

sindresorhus commented 10 years ago

I noticed you use grunt-lib-contrib.

It's deprecated and I would recommend you switch to the extracted modules instead: stripPath => strip-path minMaxInfo => maxmin getNamespaceDeclaration => ticket

jonschlinkert commented 10 years ago

thanks for this too. I've updated most of our other plugins, I guess this one needs some TLC