machty / emblem-brunch

Emblem.js for Brunch.io
7 stars 13 forks source link

Error on compile #6

Open raulghm opened 10 years ago

raulghm commented 10 years ago

With ember last version when I compile with brunch:

SyntaxError: Unexpected token ILLEGAL
    at Contextify.sandbox.run (/Users/.../node_modules/emblem-brunch/node_modules/jsdom/node_modules/contextify/lib/contextify.js:12:24)
    at EmblemCompiler.module.exports.EmblemCompiler.setup (/Users/.../node_modules/emblem-brunch/lib/emblem-brunch.coffee:31:21)
    at new EmblemCompiler (/Users/.../node_modules/emblem-brunch/lib/emblem-brunch.coffee:42:14)
    at /usr/local/lib/node_modules/brunch/lib/watch.js:230:14
    at Array.map (native)
    at getPlugins (/usr/local/lib/node_modules/brunch/lib/watch.js:229:8)
    at initialize (/usr/local/lib/node_modules/brunch/lib/watch.js:279:15)
    at new BrunchWatcher (/usr/local/lib/node_modules/brunch/lib/watch.js:382:7)
    at module.exports.watch (/usr/local/lib/node_modules/brunch/lib/watch.js:421:12)
    at Command.actionHandler (/usr/local/lib/node_modules/brunch/node_modules/commander/index.js:254:8)

Any idea?