From 658e81a0840a2b49e7977206e3d5feabea797677 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 16 Oct 2017 08:01:58 +0300 Subject: Mention bootstrap bundle in docs. (#24385) --- docs/4.0/getting-started/contents.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/4.0/getting-started/contents.md b/docs/4.0/getting-started/contents.md index 3d5389fee..975f29a0a 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 %} -- cgit v1.2.3