-
Notifications
You must be signed in to change notification settings - Fork 16
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
Support for ember 2.x? #6
Comments
Alright, a few things to work through first: What is your If you're using Ember CLI 2.15+ already, can you try go into your If neither of those is the issue, React must have changed their folder structure and the files no longer exist in those locations. In that case, I have a bug to fix! |
Ah cool, I wasn't aware of that change in 2.15 — bumping ember-cli fixed it. Thanks! 👏 I can open a small PR to clarify this in the README, but before I do: is there a way for people using ember-cli 2.14 and below to work around the issue? And if so, is it worth documenting in the README as well?
Looks like the folder structure's unchanged. I tested it with 16.2.0, 16.3.2, and 16.4.0. |
Cool, it's just the If you want to refactor to use something like Personally, I think that a README warning and setting a |
Yep, that makes sense to me. I'll open a PR when I'm back on my work machine tomorrow! |
Hi! Does this addon support Ember 2.x? I'm working with an Ember app that's running 2.14.2, and I'm getting the following after installation:
package.json
makes me think that it only supports 3.x, but I thought I'd check first before I go through the whole process of upgrading my Ember app! And if not, perhaps I can do some digging and see if I can help contribute compatibility for 2.x.The text was updated successfully, but these errors were encountered: