mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
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'
|
||||
]).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',
|
||||
|
|
Loading…
Reference in a new issue