Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doen not work with Ember-CLI #10

Open
suchitpuri opened this issue Mar 2, 2015 · 2 comments
Open

Doen not work with Ember-CLI #10

suchitpuri opened this issue Mar 2, 2015 · 2 comments

Comments

@suchitpuri
Copy link

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)

@cameronlinden
Copy link

bump

@foxnewsnetwork
Copy link

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.

ember install:addon ember-cli-emblem-hbs-printer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants