-
Notifications
You must be signed in to change notification settings - Fork 103
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
Handlebars 2.0 required for Ember 1.9.0 #193
Comments
Yep. Requiring handlebars ~2 is a breaking change. |
For people googling, the error you will receive is |
a PR will be welcomed, |
How about this: #194? The compiled JS does work fine in one of my projects w/ Ember 1.9. |
Is this PR going to be merged, and released to bower? It is not possible for me to switch to the new ember components, since that project has currently just a minimal set of the components avaible in bootstrap-for-ember (for example, no growl notificiations are provided) |
I needed this to continue working so just installed manually. |
I've updated my forked version to work with ember 1.10 |
I think the dependencies need to be updated in order to compile templates for Handlebars 2.0 (which is required by Ember 1.9.0).
The text was updated successfully, but these errors were encountered: