0
bower install jquery

bower install jquery

bower install jquery#1.9.1

enter image description here

And then, how can I install jQuery 1.9.1 via bower and have the jquery distribution folder available?

Elise Chant
  • 5,048
  • 3
  • 29
  • 36

1 Answers1

0

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.

Alfred Bez
  • 1,191
  • 1
  • 14
  • 31