mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
Update gulp build
This commit is contained in:
parent
7c1eba1fe7
commit
2d93085d35
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue