mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
replace bootstrap4-toggle in favor of bootstrap's more lightweight custom-switch
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user