Log.log(work)

いろんな作業メモ

.bowerrcの設定例

デフォルトのディレクトリではなく、指定の場所にインストールしたいときはdirectory設定。
registryは入れておいたほうが吉。
あとよくproxyにひっかかるので。
(環境変数に入れてるはずなんだけどなぁ。。

  • example
{
  "directory": "public/components",
  "json": "bower.json",
  "registry": "http://bower.herokuapp.com",
  "proxy":"http://user:pass@proxy.com:port/",
  "https-proxy":"http://user:pass@proxy.com:port/"
}