Fix missing spaces with htmlmin

This commit is contained in:
Gaël Métais
2015-03-16 13:16:05 +01:00
parent 6fe49d06ac
commit 8adc895c8c
+2 -1
View File
@@ -218,7 +218,8 @@ module.exports = function(grunt) {
htmlmin: {
options: {
removeComments: true,
collapseWhitespace: true
collapseWhitespace: true,
conservativeCollapse: true
},
main: {
files: [{