Closed chibicode closed 10 years ago
According to the official doc, "bootstrap-sass is taken" and bower search bootstrap-sass returns a non-official version. This can be fixed by prefixing twbs, which is in the keywords section for the official version's bower.json.
bootstrap-sass
bower search bootstrap-sass
twbs
keywords
https://github.com/twbs/bootstrap-sass#d-bower
Fixed by https://github.com/yeoman/generator-bootstrap/commit/b1f27df2b89407329db70c27969d7ae0c04cabc2.
According to the official doc, "
bootstrap-sass
is taken" andbower search bootstrap-sass
returns a non-official version. This can be fixed by prefixingtwbs
, which is in thekeywords
section for the official version's bower.json.