Installation 使用Bower安装引导sass和引导样例

Installation 使用Bower安装引导sass和引导样例,installation,bower,bootstrap-sass,Installation,Bower,Bootstrap Sass,boweri——保存引导sass bootswatch也安装引导。 所以当我wiredep,index.html有两个bootstrap.js。 像 如何仅安装引导sass 我正在使用bower 1.7.9 我在那里找到了答案。我补充道。鲍威尔和 { "ignoredDependencies": [ "bootstrap", "bootstrap-sass-official" ] } 然后,在安装bootswatch时,它跳过了bootstrap 在.bower.

boweri——保存引导sass bootswatch
也安装引导。 所以当我
wiredep
index.html
有两个bootstrap.js。 像


如何仅安装引导sass


我正在使用bower 1.7.9

我在那里找到了答案。我补充道。鲍威尔和

{
  "ignoredDependencies": [
    "bootstrap",
    "bootstrap-sass-official"
  ]
}
然后,在安装
bootswatch
时,它跳过了
bootstrap

在.bower.json中添加
override
无效

{
  "ignoredDependencies": [
    "bootstrap",
    "bootstrap-sass-official"
  ]
}