-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Still expects handlebars to be in bower_components #133
Comments
How so? Can you elaborate? |
The 1.10.0 release is not tagged, so I guess people are still getting the v0.2.5. |
1.10.0 is a release of Ember (not ember-qunit). ember-qunit is still 0.2.x. |
From the Ember release note: http://emberjs.com/blog/2015/02/07/ember-1-10-0-released.html
So I guess we all removed the dependency to Handlebars. But the last release still imports a link to |
@gmajoulet - The last release of ember-qunit does not require Handlebars. For upgrading an Ember CLI app to use Ember 1.10.0 (again not related to ember-qunit at all), make these changes: rwjblue/components-in-subdirs@78e7ed2. |
With the 1.10.0 release, I planned on getting rid of handlebars entirely. However it seems ember-qunit and ember-test-helpers still require handlebars to be around.
The text was updated successfully, but these errors were encountered: