Browse Source

Fix missing spaces with htmlmin

Gaël Métais 10 năm trước cách đây
mục cha
commit
8adc895c8c
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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: [{