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
path: root/build
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 /build
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 'build')
-rw-r--r--build/generate-sri.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/generate-sri.js b/build/generate-sri.js
index 8d0fedc4ab..b3331001a3 100644
--- a/build/generate-sri.js
+++ b/build/generate-sri.js
@@ -36,8 +36,8 @@ const files = [
configPropertyName: 'jquery_hash'
},
{
- file: 'site/docs/4.1/assets/js/vendor/popper.min.js',
- configPropertyName: 'popper_hash'
+ file: 'dist/js/bootstrap.bundle.min.js',
+ configPropertyName: 'js_bundle_hash'
}
]