1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-19 03:41:19 +02:00

docs: fix bundle SRI hash.

Also, remove popper.js from this script since it's not present in the repo.
This commit is contained in:
XhmikosR
2018-09-28 18:09:49 +03:00
parent 339311ddb5
commit 449979decf
3 changed files with 5 additions and 3 deletions

View File

@@ -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'
}
]