bower install take repo, not specific files in main
I am trying to install some js files via bower. My repo has a bower.json with a main property, however the whole repo gets installed to components/, not just the files in the dist/custom/ dir. Here is what my bower.rc looks like { "name": "jquery-m", "version": "2.0.2mup", "description": "Meetup custom build of jQuery 2.0, used on mobile", "main": [ "./dist/custom/" ], "license": "MIT" } Is this the way bower is supposed to work? I thought it was possible just to specify certain files with your main property. Yes, this is how Bower is meant to work. Bower-installer looks like a more