... .pipe(exec()) //exec()中有某些异步操作.pipe(gulp.dest('build')); return stream; }); gulp.task('two',['one'],function(){ console.log('two is done'); }); ...
確定! 回上一頁