Просмотр исходного кода

Fix missing spaces with htmlmin

Gaël Métais 10 лет назад
Родитель
Сommit
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: [{