You need to use the #, appended to the component name:
bower install bootstrap#version3-branch-name
And as you might expect, if you add --save-dev to that, then it will add to your bower.json file:
"bootstrap": "version3-branch-name"
You need to use the #, appended to the component name:
bower install bootstrap#version3-branch-name
And as you might expect, if you add --save-dev to that, then it will add to your bower.json file:
"bootstrap": "version3-branch-name"