-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Build error when trying to add to a project #21
Comments
Hey @backspace thanks for the report, I'll try to fork travis-web and see what's causing it :) I have some ideas, maybe it will play nicely. The idea is, that some other addon, uses |
Yeap, it looks like it, this addon - ember-cli-inline-images - do not call super in included hook. So because ember-cli-ifa is executed after this addon, for the run of included hooks, we do not set .app, and this.app.project is undefined :) https://github.com/drogus/ember-cli-inline-images/blob/master/index.js So the PR for this addon should be made to fix it. |
Or maybe I was too quick on jumping into conclusion, will take a look a bit more :) |
That theory makes sense to me. I have another task occupying me at the moment but I can come back to this and see if I can find any addons that are misbehaving. If I do, I can definitely make a PR. Thanks for looking into this! |
@backspace I haven't updated it yet, but yesterday I've done kinda of research, and hit the wall :D new project + ember-cli-ifa, everything works nicely. travis-web, with only dependencies like in the clean ember project - same error. The one interesting thing is, that postBuild hooks |
This should be fixed by #33! |
Released as part o 0.7.0, thanks to @mydea :) |
Excellent, thanks so much! |
Hey, thanks for creating this, I think it’ll solve a long-standing problem I’ve had with dynamically-determined assets in
travis-web
testing environments. Sadly when I tried to incorporate it as in this PR, I get this build error:Looking at the file in question doesn’t explain much:
I’d expect
this.app
, anEmberApp
, to always be present, I couldn’t find any Ember CLI changes that would explain this.The application in question is on Ember and Ember CLI 2.13.3.
Do you have any insight into what this error is about? If there’s any information I can provide that would help with this, let me know.
The text was updated successfully, but these errors were encountered: