mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
generate-sri.js: move object.
This commit is contained in:
parent
ffe05d3a9c
commit
a93c71832b
1 changed files with 4 additions and 4 deletions
|
@ -35,14 +35,14 @@ const files = [
|
||||||
file: 'dist/js/bootstrap.min.js',
|
file: 'dist/js/bootstrap.min.js',
|
||||||
configPropertyName: 'js_hash'
|
configPropertyName: 'js_hash'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
file: `site/docs/${pkg.version_short}/assets/js/vendor/jquery-slim.min.js`,
|
|
||||||
configPropertyName: 'jquery_hash'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
file: 'dist/js/bootstrap.bundle.min.js',
|
file: 'dist/js/bootstrap.bundle.min.js',
|
||||||
configPropertyName: 'js_bundle_hash'
|
configPropertyName: 'js_bundle_hash'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
file: `site/docs/${pkg.version_short}/assets/js/vendor/jquery-slim.min.js`,
|
||||||
|
configPropertyName: 'jquery_hash'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
file: 'node_modules/popper.js/dist/umd/popper.min.js',
|
file: 'node_modules/popper.js/dist/umd/popper.min.js',
|
||||||
configPropertyName: 'popper_hash'
|
configPropertyName: 'popper_hash'
|
||||||
|
|
Loading…
Add table
Reference in a new issue