-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
heimdall stuff is not stripped correctly. #109
Comments
[HOTFIX #109] disable heimdall stuff for now
^ was a quick fix, investigating now why it was giving me issues. |
im not sure how the first example happened, I can't reproduce it myself |
I think @runspired is working on some heimdal ember-cli add-on stuff. I'll keep this disable for abit, and we can revisit soon. |
Confirm, once we have shipped a v2 to v3 compat shim for heimdall the plan is to create |
Lets have a quick chat about this? I just want to make sure that I'm on the same page, as I am actively working on refactors to ember-cli's JS preprocessing system (e.g. to land |
@rwjblue sounds good, I'll ping you on Slack RE this. |
@stefanpenner: I'm using your [email protected] so I'm not seeing that error in loader, but am seeing this heimdall error in [email protected]. The error is, "Cannot read property 'heimdall' of undefined", thrown from ember-data.js, line 17:
I will say that when I installed ember-data via
and I got past that by installing ember-data on bower too, so that in my package.json file I have
and in my bower.json file I have
Naturally I have the warnings about both being installed but it's the only way I was able to get past the ember-data missing in bower error. So should I be installing a different version of ember-data? Or is something else the problem? |
If you have an issue with ember data please report it there. So we can track/debug/diagnose it quickly :) |
var heimdall = global.heimdall;
still remainsThe text was updated successfully, but these errors were encountered: