-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
final production build include full ember-data-factory-guy library in vendor.js #140
Comments
@junos .. why are you adding factory guy to devDependencies? |
It still don't work for me. This is what I did:
|
why is this an issue .. ?? curious |
|
some addons like ember-cli-qunit install bower components ember-qunit, qunit .. etc |
For example, ember-sinon, could you define your package type as 'test'? so it only included in test dependances, https://github.com/csantero/ember-sinon/blob/master/index.js#L10 or other solutions like that. |
right .. ember-sinon like ember-qunit both install the bower packages ( sinon and qunit and ember-qunit ( they made a bower package for ember-qunit ) |
can you open an issue on the ember-cli repo stating this very issue .. I think it's a good one |
OK, do you think this help? I file a ticket here: ember-cli/ember-cli#4993 |
yes, that helps .. thanks .. I will check out treeForTestSupport and see if that does it. |
Also, this might be a nice thing to try to get working ( make a branch .. and try to get it working as you want and submit as pull request ). |
Any update on this issue? |
I was hoping you would help fix it? Any interest? |
The issue is: we need to get rid of "ember-data-factory-guy" library in vendor.js for production build.
Steps to re-production the issue:
The text was updated successfully, but these errors were encountered: