brunch / less-brunch

Adds LESS support to Brunch
14 stars 18 forks source link

Node 7 compatibility #34

Closed hgwood closed 7 years ago

hgwood commented 7 years ago

Only the last commit is actually about Node 7 compatibility. It updates less to 2.7.1, which depends on a version of graceful-fs that will work on Node 7. See https://github.com/isaacs/node-graceful-fs/issues/64.

The first 3 commits are slight tweaks to make npm test work on my environment. I think it's useful, but if there is anything bothering you in there, let me know and I'll remove it. The point is to make less-brunch work under Node 7.

Thanks for making brunch. :+1: