Closed mikl closed 9 years ago
I'm running into the same issue
I think this is the same issue per #6.
The README
had incorrect information.
compileSass(tree, options)
should be...
new compileSass(tree, options)
The README
has been updated with correct instructions.
I have a simple Brocfile.js, it looks like this:
But when I try to compile it via Broccoli, I get a nasty TypeError, full traceback looks like this:
These are the package versions I have installed:
And I'm running iojs v2.2.1 on OS X 10.10.3.