artasparks / glift

Go Lightweight Frontend
MIT License
115 stars 33 forks source link

Package no longer builds with gulp 4.0.0 #169

Closed cleinias closed 5 years ago

cleinias commented 5 years ago

Gulp 4.0.0 needs series() and parallel() methods to combine tasks, arrays are no longer sufficient. This line (43) in gulpfile.js fails:

gulp.task('build-test', ['concat', 'compile', 'test'])

artasparks commented 5 years ago

I've now upgraded to glup 4.0.0 for real now, sorry for the trouble.