mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
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
|
||||
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'));
|
||||
|
||||
|
|
Loading…
Reference in a new issue