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:
parent
da3ca30506
commit
817fb6e043
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ function vendor(done) {
|
||||||
|
|
||||||
// bootstrap
|
// bootstrap
|
||||||
gulp.src([
|
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'
|
'node_modules/bootstrap/dist/css/bootstrap.min.css'
|
||||||
]).pipe(gulp.dest('assets/vendor/bootstrap'));
|
]).pipe(gulp.dest('assets/vendor/bootstrap'));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue