简体   繁体   中英

Why when I use bower to install jquery vs jquery#[tag] do I pull down different repositories?

bower install jquery

凉亭安装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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM