From 8cd0501c920a4752c232f44db4fab888f437913c Mon Sep 17 00:00:00 2001 From: Mehdy Dara Date: Fri, 20 Feb 2015 17:08:41 +0100 Subject: [PATCH] Config minifyHtml to keep conditional comment --- app/templates/gulp/_build.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/templates/gulp/_build.js b/app/templates/gulp/_build.js index b2a38b7d..98be6b06 100644 --- a/app/templates/gulp/_build.js +++ b/app/templates/gulp/_build.js @@ -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 + '/'))