Skip to content

Commit

Permalink
Config minifyHtml to keep conditional comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdy Dara committed Feb 23, 2015
1 parent 2bf40ee commit 8cd0501
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/templates/gulp/_build.js
Expand Up @@ -65,7 +65,8 @@ module.exports = function(options) {
.pipe($.minifyHtml({
empty: true,
spare: true,
quotes: true
quotes: true,
conditionals: true
}))
.pipe(htmlFilter.restore())
.pipe(gulp.dest(options.dist + '/'))
Expand Down

0 comments on commit 8cd0501

Please sign in to comment.