static/js')) .pipe(uglify()) .pipe(rename({suffix: '.min'})) .pipe(gulp.dest('./static/js')) }); Now, the src method accepts only one file.
確定! 回上一頁