-
Notifications
You must be signed in to change notification settings - Fork 724
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
[RFR] Exclude dependencies during build #333
Conversation
"angular": "~1.3.1", | ||
"angular": "~1.3.1" | ||
}, | ||
"devDependencies": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll have to decide which is the default, between ng-admin only and full:
- if ng-admin only, all dependencies below must be
dependencies
, because they are required to work with. Developers will need to include them (it can be done automatically in dev with wiredep, that's what Yeoman does) - if full, all dependencies below must be
devDependencies
I think 2 must be for testing purposes only, the target should be 1, and letting the developers do their own build phase.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's the full the default one, I've named it ng-admin-only.min.js
to not break compatibility.
This would be really nice |
e699342
to
f028b79
Compare
f028b79
to
18126ab
Compare
Needs rebase |
18126ab
to
d85f3a5
Compare
Needs rebase... again. @jpetitcolas is this PR still necessary now that we aim for webpack? |
Superseded by #428 |
ng-admin-only.min.js
file without dependenciesRefs #322