Commit 215fc930 authored by vsn4ik's avatar vsn4ik

Update source maps info in README.md.

parent 0c5a5563
...@@ -39,8 +39,10 @@ Within the download you'll find the following directories and files, logically g ...@@ -39,8 +39,10 @@ Within the download you'll find the following directories and files, logically g
bootstrap/ bootstrap/
├── css/ ├── css/
│ ├── bootstrap.css │ ├── bootstrap.css
│ ├── bootstrap.css.map
│ ├── bootstrap.min.css │ ├── bootstrap.min.css
│ ├── bootstrap-theme.css │ ├── bootstrap-theme.css
│ ├── bootstrap-theme.css.map
│ └── bootstrap-theme.min.css │ └── bootstrap-theme.min.css
├── js/ ├── js/
│ ├── bootstrap.js │ ├── bootstrap.js
...@@ -52,7 +54,7 @@ bootstrap/ ...@@ -52,7 +54,7 @@ bootstrap/
└── glyphicons-halflings-regular.woff └── 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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment