From 8adc895c8ca1ab02b69b306272a94f9409c3e359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Mon, 16 Mar 2015 13:16:05 +0100 Subject: [PATCH] Fix missing spaces with htmlmin --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 6ac1185..a0c74b2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -218,7 +218,8 @@ module.exports = function(grunt) { htmlmin: { options: { removeComments: true, - collapseWhitespace: true + collapseWhitespace: true, + conservativeCollapse: true }, main: { files: [{