Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
単純な Web サイト用の yeoman ジェネレーターを構築しています。人気のある JavaScript ライブラリを自分のスキャフォールドに含めたいと考えています。
で十分簡単bower install <mylib>です。次に、Bower はライブラリをディレクトリにインストールしますbower_components。
bower install <mylib>
bower_components
特定のライブラリを特定のディレクトリにインストールするようにbowerを構成するにはどうすればよいですか?