Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-11-20 15:30:07 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-11-20 15:30:07 +0300
commitd3531a6fded02ba8ecd3e2d1f987927bd414883b (patch)
tree5c9471db61b3d09ea18b986a1a526c7b1dbd3fcf /README.md
parentae550ab0db82cde3d188d64ef71b32a30a709c0f (diff)
Readme: bower package is fully supported now [ci skip]
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 395bff19..4e7ebf34 100644
--- a/README.md
+++ b/README.md
@@ -134,7 +134,7 @@ If this happens, change the import order so that Compass mixins are loaded later
### c. Bower
-Using bootstrap-sass as a Bower package is still being tested. It is compatible with node-sass 1.2.3+. You can install it with:
+bootstrap-sass Bower package is compatible with node-sass 1.2.3+. You can install it with:
```console
$ bower install bootstrap-sass-official
@@ -144,7 +144,7 @@ $ bower install bootstrap-sass-official
Sass, JS, and all other assets are located at [assets](/assets).
-By default, `bower.json` main field list only the main `bootstrap.scss` and all the static assets (fonts and JS).
+By default, `bower.json` main field list only the main `_bootstrap.scss` and all the static assets (fonts and JS).
This is compatible by default with asset managers such as [wiredep](https://github.com/taptapship/wiredep).
#### Node.js Mincer