diff options
| author | Chris Rebert <[email protected]> | 2015-06-21 01:42:23 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-06-21 01:42:23 -0700 |
| commit | 1b745460784b83937ebca491bc8cb072a8bbbc9b (patch) | |
| tree | f48e39dd628e58a8d2e720df4ad1a9ebfe0b466d | |
| parent | 91eb81e4717c279861fc999d28321640b988fa62 (diff) | |
| parent | d4fc042dcdb3f80c917b25f91f6b0906c574d93a (diff) | |
| download | bootstrap-1b745460784b83937ebca491bc8cb072a8bbbc9b.tar.xz bootstrap-1b745460784b83937ebca491bc8cb072a8bbbc9b.zip | |
Merge pull request #16679 from vsn4ik/add_info_min_map
Added *.min.map to "whats-included" sectons.
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | docs/_includes/getting-started/whats-included.html | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -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 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 |
