Update gulp build

This commit is contained in:
billz 2019-10-15 01:15:59 +01:00
parent 7c1eba1fe7
commit 2d93085d35
1 changed files with 2 additions and 2 deletions

View File

@ -81,8 +81,8 @@ function modules() {
var sbadmin2CSS = gulp.src('./node_modules/startbootstrap-sb-admin-2/css/*')
.pipe(gulp.dest('./dist/sb-admin-2/css'));
// Bootstrap Toggle
var bootstraptoggle = gulp.src('./node_modules/bootstrap-toggle/**/*')
.pipe(gulp.dest('./dist/bootstrap-toggle'));
var bootstraptoggle = gulp.src('./node_modules/bootstrap4-toggle/**/*')
.pipe(gulp.dest('./dist/bootstrap4-toggle'));
return merge(bootstrapJS, bootstrapSCSS, chartJS, dataTables, fontAwesome, jquery, jqueryEasing, sbadmin2JS, sbadmin2CSS, bootstraptoggle);
}