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>2018-09-28 18:09:49 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-10-14 08:17:40 +0300
commit449979decff22ce214ae057f15f2819af86b2cde (patch)
treea3140b2d2ae35c6b78df9eaca1ea340c4970eb0d /_config.yml
parent339311ddb5eda9e0cbb6b462901ac6d8f43e3e84 (diff)
docs: fix bundle SRI hash.
Also, remove popper.js from this script since it's not present in the repo.
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index 6bb6c1a257..fdf8d47cd8 100644
--- a/_config.yml
+++ b/_config.yml
@@ -53,6 +53,8 @@ cdn:
css_hash: "sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
js: "https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
js_hash: "sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
+ js_bundle: "https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.bundle.min.js"
+ js_bundle_hash: "sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
jquery: "https://code.jquery.com/jquery-3.3.1.slim.min.js"
jquery_hash: "sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"