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(\
Or you can do like this:
gulp.start('task1', 'task2');