You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The broccoli-emblem-compiler throws error , i am using emblem 0.4.0 and ember-cli 0.2-beta-1
Property 'undefined' of object #<Object> is not a function
at Object.Compiler.accept (... /node_modules/broccoli-emblem-compiler/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js:105:26)
at Object.Compiler.program (.../node_modules/broccoli-emblem-compiler/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js:118:12)
The text was updated successfully, but these errors were encountered:
This version of the emblem compiler uses an older version of emblem which compiles to js instead of to handlebars, so with every new release of handlebars (or HTMLbars as they are now), this addon will likely break.
What you good folks need to switch over to using: ember-cli-emblem-hbs-printer for your emblem compiling.
The broccoli-emblem-compiler throws error , i am using emblem 0.4.0 and ember-cli 0.2-beta-1
The text was updated successfully, but these errors were encountered: