Use the bootstrap bundle file as bootstrap needs a specific version of popper js in order to work that is old

This commit is contained in:
alextselegidis 2021-11-17 08:28:18 +01:00
parent da3ca30506
commit 817fb6e043
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ function vendor(done) {
// bootstrap
gulp.src([
'node_modules/bootstrap/dist/js/bootstrap.min.js',
'node_modules/bootstrap/dist/js/bootstrap.bundle.min.js',
'node_modules/bootstrap/dist/css/bootstrap.min.css'
]).pipe(gulp.dest('assets/vendor/bootstrap'));