From 285069d2310a17189197330605a3f2126d9278e7 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 6 Dec 2020 21:28:16 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b89ccc55d..dc0a52971 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ Read the [Getting started page](https://v5.getbootstrap.com/docs/5.0/getting-sta Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this: +
File Contents + ```text bootstrap/ ├── css/ @@ -131,6 +133,8 @@ bootstrap/ └── bootstrap.min.js.map ``` +
+ We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). [source maps](https://developers.google.com/web/tools/chrome-devtools/javascript/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/).