brunch / less-brunch

Adds LESS support to Brunch
14 stars 18 forks source link

Fix issues with latest brunch release. #12

Closed Craga89 closed 10 years ago

Craga89 commented 10 years ago

Change {data, path} argument object to separate arguments. Call callback with err, result, not err, { data: result }.

es128 commented 10 years ago

It would appear you're using mismatched versions of brunch and less-brunch. The way it's doing it now complies with the current brunch plugin API.

Craga89 commented 10 years ago

I'm using brunch 1.7.4 and less-brunch 1.7.0 which appear to be the latest releases?

Craga89 commented 10 years ago

Oh sorry this is my fault, was using global brunch which was indeed an older version. Sorry for wasting your time!

es128 commented 10 years ago

no problem, glad you figured it out :)