gpt4 book ai didi

bower - 递归 bower 安装

转载 作者:行者123 更新时间:2023-12-03 17:51:04 26 4
gpt4 key购买 nike

我有一个项目依赖于另一个使用 Bower 的项目。我要 bower install当我在父项目上运行它时也运行在该组件上。到目前为止,我还没有在 configuration spec 中找到任何东西,手册页或暗示这一点的在线文档,所以我只是导航到子项目目录并运行 bower install第二次。有很多依赖项,这是不可行的,所以有 bower install -R会好的。

最佳答案

我无法弄清楚如何使用终端中的“bower ”命令来做到这一点。
但是我可以成功使用 grunt auto_install以此目的。

grunt.initConfig({
"auto_install": {
options: {
recursive: true,
exclude: [
".git",
"node_modules",
"components",
"grunt-tasks",
".sass-cache"
]
}
}
}};

关于bower - 递归 bower 安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21225803/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com