Here is a composed task I don\'t know how to replace it with task dependencies.
... gulp.task(\'watch\', function () { var server = function(){ gulp.run(\
gulp 4
gulp.parallel('taskName1', 'taskName2')() gulp.series('taskName1', 'taskName2')()
I Like gulp4 !