bower caches packages in ~/.cache/bower. How can I change the directory? bower's document says "Add the following in .bowerrc" but it's totally wrong.
"storage": { "cache" : "~/.bower/cache", "registry" : "~/.bower/registry" }
I try the configuration and run bower install
but nothing changed. I finally found out correct configuration in bower/config repo.
"storage": { packages: ".bower/packages", registry: ".bower/registry" }
Why the document of famous software such as bower
is wrong?
- 作者: Christopher Nance
- 出版社/メーカー: Packt Publishing
- 発売日: 2014/10/21
- メディア: Kindle版
- この商品を含むブログを見る