... Compresser la page CSS }; gulp.task('minify', () => { return gulp.src('*.html') .pipe(htmlmin(options)) .pipe(gulp.dest('dist')); }); ...
確定! 回上一頁