Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-10-16 08:01:58 +0300
committerGitHub <noreply@github.com>2017-10-16 08:01:58 +0300
commit658e81a0840a2b49e7977206e3d5feabea797677 (patch)
tree9d17f2585f61eaad767a719a6cd7df27951366be /README.md
parent0e90240b16cb3fb2e1b4df2cfb68c4c3e0b19bd3 (diff)
Mention bootstrap bundle in docs. (#24385)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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
```