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

Ember-cli crashes with V0.9.0 of addon #42

Closed
jaimevent opened this issue Apr 2, 2015 · 3 comments
Closed

Ember-cli crashes with V0.9.0 of addon #42

jaimevent opened this issue Apr 2, 2015 · 3 comments

Comments

@jaimevent
Copy link
Contributor

Ember-cli crashes at Version 0.9.0 of this addon.
I'm getting the following error message:

SyntaxError: illegal character
return width: ${pct}%;

Probabily the error is at this line: https://github.com/sgasser/ember-cli-materialize/pull/37/files#diff-a2af500c710eb51c6f59334db7975aafR24

@sgasser
Copy link
Collaborator

sgasser commented Apr 2, 2015

@truenorth what is ${pct}%?

@mike-north
Copy link
Owner

@sgasser that's an ES6 template string.

@jaimevent - which versions of ember-cli and ember-cli-babel are you running?

@jaimevent
Copy link
Contributor Author

Thanks, it works now with the newest vesion of ember-cli and ember-cli-babel!

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