brunch / less-brunch

Adds LESS support to Brunch
14 stars 18 forks source link

Added configuration for multiple paths and modifyVars. #18

Closed devel-pa closed 9 years ago

devel-pa commented 10 years ago

Add other paths for compilation, plus addition of modifyVars (#17)

es128 commented 10 years ago

Can you please also add documentation of these options to the readme

devel-pa commented 10 years ago

Sorry for the typos and missing docs. I hope this time is OK. Thanks, Paul

es128 commented 10 years ago

I couldn't find any less docs indicating you can pass additional options to the parser as a third arguments after the callback. Can you provide a link?

Not sure why all the options aren't just being passed in when the parser is instantiated.

devel-pa commented 9 years ago

I was trying to do it like in docs, but I couldn't make it work if Parse is used (http://lesscss.org/usage/#using-less-in-the-browser-modify-variables) so is the parse method of the LESS code (https://github.com/less/less.js/blob/master/dist/less-1.6.3.js#L383)

es128 commented 9 years ago

This would need to be redone against the latest less API (2.x)