replace bootstrap4-toggle in favor of bootstrap's more lightweight custom-switch

This commit is contained in:
glaszig
2020-02-29 22:15:35 +01:00
parent 8a1f75b256
commit cc584e0b6b
11 changed files with 15 additions and 414 deletions

View File

@@ -77,10 +77,7 @@ function modules() {
// SB Admin2 CSS
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/bootstrap4-toggle/**/*')
.pipe(gulp.dest('./dist/bootstrap4-toggle'));
return merge(bootstrapJS, bootstrapSCSS, chartJS, dataTables, fontAwesome, jquery, jqueryEasing, sbadmin2JS, sbadmin2CSS, bootstraptoggle);
return merge(bootstrapJS, bootstrapSCSS, chartJS, dataTables, fontAwesome, jquery, jqueryEasing, sbadmin2JS, sbadmin2CSS);
}
// CSS task