btford / grunt-google-cdn

58 stars 50 forks source link

Don't depend on whole of `bower` #62

Open sindresorhus opened 9 years ago

sindresorhus commented 9 years ago

https://github.com/btford/grunt-google-cdn/blob/5ddf7691cadabc086ae628cc0f76ded0118b1937/tasks/cdnify.js#L6

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 https://github.com/passy/google-cdn/issues/27

passy commented 9 years ago

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