Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/kubernetes/5.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
Node.js 带有git特定文件的bower包_Node.js_Bower - Fatal编程技术网

Node.js 带有git特定文件的bower包

Node.js 带有git特定文件的bower包,node.js,bower,Node.js,Bower,我对鲍尔/诺德吉斯的土地完全陌生。是否可以包含git存储库中的特定文件 例如,我需要从回购文件 是否可以只包含回购协议中的一个文件 "dependencies": "angular-my-file":"https://raw.github.com/angular/angular.js/master/src/Angular.js", "moment": "~2.1.0" }, 它正在支持。这是合法的: https://raw.github.com/angular/a

我对鲍尔/诺德吉斯的土地完全陌生。是否可以包含git存储库中的特定文件

例如,我需要从回购文件

是否可以只包含回购协议中的一个文件

 "dependencies": 
      "angular-my-file":"https://raw.github.com/angular/angular.js/master/src/Angular.js",
      "moment": "~2.1.0"
 },

它正在支持。这是合法的:

https://raw.github.com/angular/angular.js/master/src/Angular.js
请参阅此线程: