2

can you define the working directory for bower? or tell it where I want the install to run at? ie: like the composer working directory flag?

--working-dir (-d) If specified, use the given directory as working directory.

4

3 回答 3

3

编辑: Bower 现在支持 config.cwd http://github.com/bower/spec/blob/master/config.md#cwd

bower install jquery --config.cwd=~/my-sub-project

根据凉亭贡献者 [stazor][1] 的说法,这似乎是凉亭金丝雀中的一个选项,但目前尚未在稳定凉亭中得到支持

使用 bower-canary,您可以指定 --config.cwd 和 --config.directory。

发布后它将像这样工作

bower install jquery --config.cwd=client

https://github.com/bower/bower/issues/212

于 2015-01-05T09:54:37.613 回答
0

bower 的工作目录在文件中

.bowerrc

采用以下格式

{
  "directory": "resources/assets/bower"
}
于 2016-02-18T01:08:10.400 回答
-3

Bower 使用当前工作目录。只需cd进入您想要的目录。无需选择。

于 2014-02-01T14:19:27.310 回答