-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
make bower optional #101
Comments
@stefanpenner Do you have any more details on what is required here? I believe bower isn't a requirement of ember-try unless the |
my thoughts where to identify what required it, and then optionally download it if the users truly need it. Rather then forcing all ember-cli installs to download it. Although we don't quite have all versions of ember on npm, hopefully we will soon. And if we can make ember try lazily depend on bower (by downloading it on-demand) we are on the path to reducing ember-cli's download size dramatically. |
@stefanpenner I understand the motivations. What I'm saying is that that I think it's already optional from the perspective of ember-try. It doesn't use bower programmatically and will only try to read bower.json or use The default config (and the one generated by ember-cli) both currently have a |
@kategengler you are correct! |
We don't want to download bower unless the host application actually needs it.
Now that: emberjs/ember.js#13022 has landed, we need to get the ball rolling on dropping bower from our default installations.
RFC tracking issue: ember-cli/rfcs#41
The text was updated successfully, but these errors were encountered: