标签: javascript gulp bower bower-install
如何告诉 bower 从自定义文件(例如my-custom-deps.json)安装我的依赖项?
my-custom-deps.json
dir/ --bower.json --my-custom-deps.json //other files and folders
没有像bower install --use-file my-custom-deps.json这样的命令吗?
bower install --use-file my-custom-deps.json
为什么吗
我想用以下内容构建应用程序:
在我的gulp任务中。
gulp