The gulp vendor task must not process the datejs package any more
This commit is contained in:
parent
4ed3d42e3f
commit
8fcf6eb0fa
1 changed files with 0 additions and 5 deletions
|
@ -129,11 +129,6 @@ function vendor(done) {
|
||||||
'node_modules/cookieconsent/build/cookieconsent.min.css'
|
'node_modules/cookieconsent/build/cookieconsent.min.css'
|
||||||
]).pipe(gulp.dest('assets/vendor/cookieconsent'));
|
]).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
|
// fullcalendar
|
||||||
gulp.src([
|
gulp.src([
|
||||||
'node_modules/fullcalendar/dist/fullcalendar.min.js',
|
'node_modules/fullcalendar/dist/fullcalendar.min.js',
|
||||||
|
|
Loading…
Reference in a new issue