meteor-bower
meteor-bower copied to clipboard
Don't download multiple copies of packages
I have a bower package "yamm3" which depends on bootstrap-3. When I run my meteor app, it downloads bs3 into the .meteor/local/bower folder.
Now if I also have a smart package bootstrap-3, will meteor-bower end up loading both copies of the bs3 (consequently increasing client files)?
I have a similar problem. I have a bower package that depends on three other bower packages. However, my package has a build step which combines everything into a final UMD module. This is the module that I would like meteor-bower to load into ./meteor/local/bower, however it also loads the other three subdependencies, which are uncecessary. It would be useful for me if there was an option to either allow or disallow including subdependencies on a per-package basis.
Yes, I think you'll have two copies. PR welcome.