The gulp vendor task must not process the datejs package any more

This commit is contained in:
Alex Tselegidis 2021-11-24 08:33:57 +01:00
parent 4ed3d42e3f
commit 8fcf6eb0fa
1 changed files with 0 additions and 5 deletions

View File

@ -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',