Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经为我的 webapp 安装了socket.io-client bower 包,在出现一些问题后,我用这个项目打开了 github 页面,并提到我实际上有包含不同内容的文件。
为了确保,我已经比较了我可能需要的所有js文件,即来自 bower components文件夹的 socket.js、socket.io.js、socket.io.min.js、socket.io-client.js并且有github 项目页面上没有包含此类内容的文件。
这是为什么?安装时不应该从那里取出吗?
Bower 安装了最新的 git 标记版本,从那时起 master 分支可能已经改变。