diff options
| author | XhmikosR <[email protected]> | 2018-09-28 18:09:49 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-14 08:17:40 +0300 |
| commit | 449979decff22ce214ae057f15f2819af86b2cde (patch) | |
| tree | a3140b2d2ae35c6b78df9eaca1ea340c4970eb0d /build | |
| parent | 339311ddb5eda9e0cbb6b462901ac6d8f43e3e84 (diff) | |
| download | bootstrap-449979decff22ce214ae057f15f2819af86b2cde.tar.xz bootstrap-449979decff22ce214ae057f15f2819af86b2cde.zip | |
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.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/generate-sri.js b/build/generate-sri.js index 8d0fedc4a..b3331001a 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' } ] |
