]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Mention bootstrap bundle in docs. (#24385) 24390/head
authorXhmikosR <xhmikosr@gmail.com>
Mon, 16 Oct 2017 05:01:58 +0000 (08:01 +0300)
committerGitHub <noreply@github.com>
Mon, 16 Oct 2017 05:01:58 +0000 (08:01 +0300)
README.md
docs/4.0/getting-started/contents.md

index d1b52608e7c9b0fc2ee489bab9eb82a4f6bcc722..37e1d86929b8c6032ee50dffe06276dc4341d6d5 100644 (file)
--- 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
 ```
index 3d5389fee370bf493083b42844ae15c5e85d4167..975f29a0ab351de35b252b7dab438e5b9458eb95 100644 (file)
@@ -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 %}