Skip to content
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

Don't depend on whole of bower #62

Open
sindresorhus opened this issue May 15, 2015 · 1 comment · May be fixed by #63
Open

Don't depend on whole of bower #62

sindresorhus opened this issue May 15, 2015 · 1 comment · May be fixed by #63
Assignees

Comments

@sindresorhus
Copy link

var bowerConfig = require('bower').config;

The dependency is absolutely massive. Currently this grunt task with dependencies takes up 93 MB!

You can probably instead use https://github.com/bower/config

Related to passy/google-cdn#27

@passy
Copy link
Collaborator

passy commented May 16, 2015

93 MB. Wow. Thanks, Sindre. That's something we should be looking into.

@passy passy self-assigned this May 16, 2015
passy added a commit that referenced this issue May 21, 2015
Requires manual testing.
Fixes #62
@passy passy linked a pull request May 21, 2015 that will close this issue
passy added a commit that referenced this issue Jun 12, 2015
This should dramatically reduce the package size.

Requires manual testing.
Fixes #62
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants