mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-03-10 05:58:25 +00:00
Remove dark mode switch from gulpfile
This commit is contained in:
@@ -52,8 +52,7 @@ function scripts() {
|
|||||||
'node_modules/fullcalendar/main.js',
|
'node_modules/fullcalendar/main.js',
|
||||||
'node_modules/bootstrap-select/dist/js/bootstrap-select.js',
|
'node_modules/bootstrap-select/dist/js/bootstrap-select.js',
|
||||||
'node_modules/ajax-bootstrap-select/dist/js/ajax-bootstrap-select.js',
|
'node_modules/ajax-bootstrap-select/dist/js/ajax-bootstrap-select.js',
|
||||||
'node_modules/konami/konami.js',
|
'node_modules/konami/konami.js'])
|
||||||
'node_modules/dark-mode-switch/dark-mode-switch.min.js'])
|
|
||||||
.pipe(flatten())
|
.pipe(flatten())
|
||||||
.pipe(terser())
|
.pipe(terser())
|
||||||
.pipe(gulp.dest('pipeline/built_assets/js'))
|
.pipe(gulp.dest('pipeline/built_assets/js'))
|
||||||
|
|||||||
Reference in New Issue
Block a user