From: XhmikosR Date: Mon, 16 Oct 2017 05:01:58 +0000 (+0300) Subject: Mention bootstrap bundle in docs. (#24385) X-Git-Tag: v4.0.0-beta.2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=658e81a0840a2b49e7977206e3d5feabea797677;p=thirdparty%2Fbootstrap.git Mention bootstrap bundle in docs. (#24385) --- 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 %}