Explorar o código

Fix missing spaces with htmlmin

Gaël Métais %!s(int64=10) %!d(string=hai) anos
pai
achega
8adc895c8c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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: [{