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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvsn4ik <vsn4ik@gmail.com>2015-06-19 22:46:34 +0300
committervsn4ik <vsn4ik@gmail.com>2015-06-19 22:46:34 +0300
commitd4fc042dcdb3f80c917b25f91f6b0906c574d93a (patch)
treef48e39dd628e58a8d2e720df4ad1a9ebfe0b466d /README.md
parent91eb81e4717c279861fc999d28321640b988fa62 (diff)
Added *.min.map to whats-included.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 34c8b5a572..e96d1127f7 100644
--- a/README.md
+++ b/README.md
@@ -44,9 +44,11 @@ bootstrap/
│ ├── bootstrap.css
│ ├── bootstrap.css.map
│ ├── bootstrap.min.css
+│ ├── bootstrap.min.css.map
│ ├── bootstrap-theme.css
│ ├── bootstrap-theme.css.map
-│ └── bootstrap-theme.min.css
+│ ├── bootstrap-theme.min.css
+│ └── bootstrap-theme.min.css.map
├── js/
│ ├── bootstrap.js
│ └── bootstrap.min.js