From 8fcf6eb0fac1f0106822e7bccf86cdea947435bf Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Wed, 24 Nov 2021 08:33:57 +0100 Subject: [PATCH] The gulp vendor task must not process the datejs package any more --- gulpfile.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index cc9df003..699b6a49 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -129,11 +129,6 @@ function vendor(done) { 'node_modules/cookieconsent/build/cookieconsent.min.css' ]).pipe(gulp.dest('assets/vendor/cookieconsent')); - // datejs - gulp.src(['node_modules/datejs/lib/date.js']) - .pipe(rename({suffix: '.min'})) - .pipe(gulp.dest('assets/vendor/datejs')); - // fullcalendar gulp.src([ 'node_modules/fullcalendar/dist/fullcalendar.min.js',