gulp.src('client/templates/*.pug') .pipe(pug()) .pipe(minify()) ... use an async result in a pipe gulp.task('somename', function(cb) ...
確定! 回上一頁