浏览代码

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: [{