From 6676183443d5269e3a6c8a22f5db5112c2809b17 Mon Sep 17 00:00:00 2001 From: Arona Jones Date: Mon, 8 Feb 2021 18:21:56 +0000 Subject: [PATCH] Remove dark mode switch from gulpfile --- gulpfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index c663ecf3..72c57e1d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -52,8 +52,7 @@ function scripts() { 'node_modules/fullcalendar/main.js', 'node_modules/bootstrap-select/dist/js/bootstrap-select.js', 'node_modules/ajax-bootstrap-select/dist/js/ajax-bootstrap-select.js', - 'node_modules/konami/konami.js', - 'node_modules/dark-mode-switch/dark-mode-switch.min.js']) + 'node_modules/konami/konami.js']) .pipe(flatten()) .pipe(terser()) .pipe(gulp.dest('pipeline/built_assets/js'))