Yowebappまたはyo angularを使用して新しいプロジェクトを作成し、Bootstrap include is version 2.3.2ですが、最新バージョンのブートストラップ。
Bootstrapパッケージをコマンドプロンプトで更新し、後で新しいwebappまたはyoangularを作成するときに更新するには、Twitterを含めるを選択しますBootstrapは最後のバージョンですか?
Yeomanのwebapp&angularジェネレーターは、TwitterBootstrapの2.3.2ビルドに基づくBootstrap用のSassを取得します。
実行した後yo webapp
またはyo angular
、次のコマンドを実行してBootstrap 3.0を追加できます。
$ bower install --save bootstrap
これにより、Bootstrap 3.0がダウンロードされます。
sassの場合Bootstrap update:
これは私のために働きます:
bower install angular-bootstrap
bower install sass-bootstrap
両方の新しいバージョンを選択します...
多分--save
を追加する必要があります
注:sass-bootstrapは非推奨のBeanであり、sassバージョンのbootstrap https://github.com/twbs/bootstrap-sass しかし、私はそれを試していません。