]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update source maps info in README.md. 15306/head
authorvsn4ik <vsn4ik@gmail.com>
Fri, 5 Dec 2014 17:00:19 +0000 (20:00 +0300)
committervsn4ik <vsn4ik@gmail.com>
Fri, 5 Dec 2014 17:00:19 +0000 (20:00 +0300)
README.md

index 0d8488f1b59e1f4c19f0bc17e2266faa400fb8cb..48d5aa51db41c1b5df8ff656a4178b92dfef32ad 100644 (file)
--- a/README.md
+++ b/README.md
@@ -39,8 +39,10 @@ Within the download you'll find the following directories and files, logically g
 bootstrap/
 ├── css/
 │   ├── bootstrap.css
+│   ├── bootstrap.css.map
 │   ├── bootstrap.min.css
 │   ├── bootstrap-theme.css
+│   ├── bootstrap-theme.css.map
 │   └── bootstrap-theme.min.css
 ├── js/
 │   ├── bootstrap.js
@@ -52,7 +54,7 @@ bootstrap/
     └── glyphicons-halflings-regular.woff
 ```
 
-We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). Fonts from Glyphicons are included, as is the optional Bootstrap theme.
+We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developers.google.com/chrome-developer-tools/docs/css-preprocessors) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Fonts from Glyphicons are included, as is the optional Bootstrap theme.