Skip to content

Commit

Permalink
enable conservativeCollapse
Browse files Browse the repository at this point in the history
closes #1003
  • Loading branch information
Ir1d committed Jul 19, 2019
1 parent 151bbc4 commit 900b178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Expand Up @@ -7,6 +7,7 @@ gulp.task('minify:html', () => {
return gulp.src('site/**/*.html')
.pipe(htmlmin({
collapseWhitespace: true,
conservativeCollapse: true,
minifyJS: true,
minifyCSS: true,
minifyURLs: true,
Expand Down

0 comments on commit 900b178

Please sign in to comment.