From 817fb6e0439f0be9004af7683dd0ae18a089174a Mon Sep 17 00:00:00 2001 From: alextselegidis Date: Wed, 17 Nov 2021 08:28:18 +0100 Subject: [PATCH] Use the bootstrap bundle file as bootstrap needs a specific version of popper js in order to work that is old --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index cc9df003..e28a5f5a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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'));