Changing bower package cache directory
·1 分で読めます
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版
- この商品を含むブログを見る
関連記事
Recent open source activities
2014-11-08
ruby-lint - Static syntax checker for Ruby
2013-07-27