function images() { var dest = 'build/img'; return gulp.src(paths.images) .pipe(newer(dest)) // pass through newer images only ...
確定! 回上一頁