Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
为什么bower包与github端点不同?_Github_Socket.io_Bower - Fatal编程技术网

为什么bower包与github端点不同?

为什么bower包与github端点不同?,github,socket.io,bower,Github,Socket.io,Bower,我已经为我的webapp安装了socket.io-client-bower包,在出现一些问题后,我打开了这个项目的github页面,并发现实际上我有不同内容的文件 为了确保,我比较了bower components文件夹中我可能需要的所有js文件,即socket.js、socket.io.js、socket.io.min.js、socket.io-client.js,github项目页面上没有包含此类内容的文件 为什么呢?安装时不应该从这里开始吗?Bower安装了最新的git标记版本,maste

我已经为我的webapp安装了socket.io-client-bower包,在出现一些问题后,我打开了这个项目的github页面,并发现实际上我有不同内容的文件

为了确保,我比较了bower components文件夹中我可能需要的所有js文件,即socket.js、socket.io.js、socket.io.min.js、socket.io-client.js,github项目页面上没有包含此类内容的文件


为什么呢?安装时不应该从这里开始吗?

Bower安装了最新的git标记版本,master branch可能已经更改了