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:
authorGiovanni Totaro <ingtotaro@ingtotaro.it>2017-10-30 14:24:39 +0300
committerGiovanni Totaro <ingtotaro@ingtotaro.it>2017-10-30 14:27:23 +0300
commit8776e80ffab945772a6f3442521117e1abe7c3c5 (patch)
treec650d464bc1acc28b8b3c3c6c37de5b54d7cb474 /README.md
parent6d00ed586b645c6e81fce9257ab2af6a9160463b (diff)
Explain contents of bundled JS files in docs (#23735)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0a79e97330..657183c598 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ bootstrap/
└── bootstrap.min.js
```
-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/web/tools/chrome-devtools/debug/readability/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools.
+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/web/tools/chrome-devtools/debug/readability/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Bundled JS files (`bootstrap.bundle.js` and minified `bootstrap.bundle.min.js`) include [Popper](https://popper.js.org), but not [jQuery](https://jquery.com).
## Bugs and feature requests