From 658e81a0840a2b49e7977206e3d5feabea797677 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 16 Oct 2017 08:01:58 +0300 Subject: [PATCH] Mention bootstrap bundle in docs. (#24385) --- README.md | 2 ++ docs/4.0/getting-started/contents.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index d1b52608e7..37e1d86929 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,8 @@ bootstrap/ │ ├── bootstrap-reboot.min.css │ └── bootstrap-reboot.min.css.map └── js/ + ├── bootstrap.bundle.js + ├── bootstrap.bundle.min.js ├── bootstrap.js └── bootstrap.min.js ``` diff --git a/docs/4.0/getting-started/contents.md b/docs/4.0/getting-started/contents.md index 3d5389fee3..975f29a0ab 100644 --- a/docs/4.0/getting-started/contents.md +++ b/docs/4.0/getting-started/contents.md @@ -28,6 +28,8 @@ bootstrap/ │ ├── bootstrap-reboot.min.css │ └── bootstrap-reboot.min.css.map └── js/ + ├── bootstrap.bundle.js + ├── bootstrap.bundle.min.js ├── bootstrap.js └── bootstrap.min.js {% endhighlight %}