diff options
| author | vsn4ik <[email protected]> | 2015-06-19 22:46:34 +0300 |
|---|---|---|
| committer | vsn4ik <[email protected]> | 2015-06-19 22:46:34 +0300 |
| commit | d4fc042dcdb3f80c917b25f91f6b0906c574d93a (patch) | |
| tree | f48e39dd628e58a8d2e720df4ad1a9ebfe0b466d /docs | |
| parent | 91eb81e4717c279861fc999d28321640b988fa62 (diff) | |
| download | bootstrap-d4fc042dcdb3f80c917b25f91f6b0906c574d93a.tar.xz bootstrap-d4fc042dcdb3f80c917b25f91f6b0906c574d93a.zip | |
Added *.min.map to whats-included.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/getting-started/whats-included.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/_includes/getting-started/whats-included.html b/docs/_includes/getting-started/whats-included.html index 08c704d10..b9b42179a 100644 --- a/docs/_includes/getting-started/whats-included.html +++ b/docs/_includes/getting-started/whats-included.html @@ -18,9 +18,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 |
