mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Update gulp build
This commit is contained in:
parent
7c1eba1fe7
commit
2d93085d35
@ -81,8 +81,8 @@ function modules() {
|
|||||||
var sbadmin2CSS = gulp.src('./node_modules/startbootstrap-sb-admin-2/css/*')
|
var sbadmin2CSS = gulp.src('./node_modules/startbootstrap-sb-admin-2/css/*')
|
||||||
.pipe(gulp.dest('./dist/sb-admin-2/css'));
|
.pipe(gulp.dest('./dist/sb-admin-2/css'));
|
||||||
// Bootstrap Toggle
|
// Bootstrap Toggle
|
||||||
var bootstraptoggle = gulp.src('./node_modules/bootstrap-toggle/**/*')
|
var bootstraptoggle = gulp.src('./node_modules/bootstrap4-toggle/**/*')
|
||||||
.pipe(gulp.dest('./dist/bootstrap-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, bootstraptoggle);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user