Pārlūkot izejas kodu

Fix missing spaces with htmlmin

Gaël Métais 10 gadi atpakaļ
vecāks
revīzija
8adc895c8c
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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: [{