mquandalle / meteor-bower

[DEPRECATED] Use bower packages in your Meteor app
http://bower.io/search/
MIT License
157 stars 28 forks source link

omitting .bowerrc file on non-root folders defaults to create a .meteor/local/bower folder #76

Open gbisheimer opened 9 years ago

gbisheimer commented 9 years ago

I've created a bower.json file inside /lib folder in my meteor application folder. meteor-bower package looks for a .bowerrc file on the same folder as the bower.json. As it's not found, it defaults to install the components on .meteor/local/bower folder relative to the location of the bower.json file.

By default, it should install components on .meteor/local/bower folder on project root path.

lorensr commented 9 years ago

Hi Guillermo! I agree that should be the default behavior.