Consider the following example: gulp.src('src/*.js') .pipe(concat('all.min.js')) .pipe(gulp.dest('build')); This creates a stream of files that match the ...
確定! 回上一頁