从URL安装Bower会给出空白文件夹

时间:2014-12-16 10:20:58

标签: bower downloadify

我使用bower(v.1.3.5)来引入我的前端JS依赖项,我想依赖于此:https://github.com/dcneiner/Downloadify

它没有自己的bower.json所以我在MY bower.json中通过URL引用:

  "dependencies": {
    "jspdf": "~1.0.272",
    "downloadify": "https://github.com/dcneiner/Downloadify.git"
  }

但我得到的只是一个只包含.bower.json文件的命名文件夹,但GH repo中没有任何代码或其他内容。

直接在cmd行上运行bower install(一旦我清除了bower缓存):

E:/My/Path>bower install https://github.com/dcneiner/Downloadify.git
bower Downloadify#*        not-cached https://github.com/dcneiner/Downloadify.git#*
bower Downloadify#*        resolve https://github.com/dcneiner/Downloadify.git#*
bower Downloadify#*        checkout 0.2.1
bower Downloadify#*        resolved https://github.com/dcneiner/Downloadify.git#0.2.1
bower Downloadify#~0.2.1   install Downloadify#0.2.1

我以前使用jQuery.fileDownload做了同样的事情,这完全有效,所以我不 它是我的任何东西完成了我的机器?

问题:

  • 我做错了什么?
  • Downloadify设置错了吗?
  • 或者这是一个莫名其妙的谜团?

在前两种情况中的任何一种情况下,问题是什么以及如何解决?

注意:目前我通过手动下载源代码并将其硬编码到我的项目中来解决这个问题。

0 个答案:

没有答案