pipe(htmlmin({ collapseWhitespace: true })) .pipe(gulp.dest('prod'));});. The possible options can be found in the HTML Minifier documentation. Beware some ...
確定! 回上一頁