-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Error: Path or pattern "bower_components/ember-qunit/named-amd/main.js" did not match any files #131
Comments
You need to use ember-cli-qunit > 0.3.1. |
Using ember-cli-qunit 0.3.4 |
And |
Can you try |
What does your |
Perhaps this belongs in another issue, but should I expect deprecation warnings after the update? I didn't change any of the tests to use the passed-in |
No, it is an upstream deprecation (in QUnit itself). I do not think they are actually issuing warnings and such yet. |
same issue on ember 1.9.1, ember cli 0.1.12, ember-cli-qunit 0.3.4 and ember-qunit 0.2.5
doing this in my bower.json works instead
|
@jcope2013 your solution worked for me too (Ember 1.10 Ember CLI 0.1.12 CLI-qunit 0.3.4) |
@jcope2013 - the main repo does not contain built assets, so "ember-qunit": "0.2.5" should not work properly. |
@rwjblue the confusing thing is it used to be this, so changing it to 0.2.5 would make sense
and now it's this
want me to submit a PR documenting this in the readme? |
@jcope2013 - ember-qunit was not updated in bower registry (until about 5 minutes ago) to point to the builds repo. As of now you can use |
The blueprint for ember-cli-qunit@0.3.7 should be working properly now. |
@rwjblue still have issues here: https://github.com/knownasilya/ember-export-application-global/tree/ecli-upgrade |
@knownasilya - Can you |
@rwjblue that did it. I always forget to clean the cache. It makes such a difference.. |
got bit by this too. :P |
Followed the reefpoint blog, but it seems to be broken still.
The text was updated successfully, but these errors were encountered: