Skip to content

Commit

Permalink
build/generate-sri.js: add popperjs.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 13, 2018
1 parent 3943f00 commit 1177201
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/generate-sri.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ const files = [
{
file: 'dist/js/bootstrap.bundle.min.js',
configPropertyName: 'js_bundle_hash'
},
{
file: 'node_modules/popper.js/dist/umd/popper.min.js',
configPropertyName: 'popper_hash'
}
]

Expand Down

0 comments on commit 1177201

Please sign in to comment.