Преглед изворни кода

Fix missing spaces with htmlmin

Gaël Métais пре 10 година
родитељ
комит
8adc895c8c
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      Gruntfile.js

+ 2 - 1
Gruntfile.js

@@ -218,7 +218,8 @@ module.exports = function(grunt) {
         htmlmin: {
             options: {
                 removeComments: true,
-                collapseWhitespace: true
+                collapseWhitespace: true,
+                conservativeCollapse: true
             },
             main: {
                 files: [{