タグ

ブックマーク / jaketrent.com (1)

  • Bower Resolutions

    When you specify dependencies for you app via Bower, some of the packages might rely on different versions of the same library. You will have to resolve what version of libraries your app actually wants. In other words, you break the tie. But you don't want to break it every time, so save your choice. bower.json ResolutionsWhen you run bower install, the resolution process is interactive. When bow

    Bower Resolutions
    Horiuchi_H
    Horiuchi_H 2014/09/01
    bower install 時にconflictが起きて困っていたんだけど、選択肢がでた時に !2 とか入力しておくと bower.jsonに保存されるのか。良いことを知った。
  • 1