bower install jquery
bower install jquery#1.9.1
And then, how can I install jQuery 1.9.1 via bower and have the jquery distribution folder available?
bower install jquery
bower install jquery#1.9.1
And then, how can I install jQuery 1.9.1 via bower and have the jquery distribution folder available?
Have a look at v2.1.3 & v1.9.1 on GitHub
You see different files and folders, because some of them are ignored in the bower.json (v2.1.3)
Looks like there is no dist folder in 1.9.1. However the files are located directly in the folder.