lasso-js / lasso-less

Lasso.js plugin to support compilation of less dependencies
7 stars 10 forks source link

support generic less config - closes #13 #14

Closed yomed closed 8 years ago

yomed commented 8 years ago

Added config.lessConfig, some brief documentation, and a test case to demonstrate it working with strictMath. I looked at testing some other configuration too, but those are less obvious to test, so I left them out for now. I brought in lodash to extend the parseConfig object. Let me know of any changes if needed.

patrick-steele-idem commented 8 years ago

Thanks @yomed. New version published: lasso-less@2.1.2

I did remove the usage of lodash only because it was not needed. raptor-util was already a dependency and it provides the same method.

Thanks again.