This worked fine: gulp .src(['sourceDir/**'], {nodir: true, dot: true} ) .pipe(zip('target.zip')) .pipe(gulp.dest('build/'));.
確定! 回上一頁