فهرست منبع

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