mquandalle/meteor-bower

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

Opened this issue · 1 comments

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.

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