This would define a set of tasks that would run before that task. gulp.task('a', ['b', 'c'], function () { // do something}). In this example, task a relies ...
確定! 回上一頁