Fix missing spaces with htmlmin
This commit is contained in:
+2
-1
@@ -218,7 +218,8 @@ module.exports = function(grunt) {
|
||||
htmlmin: {
|
||||
options: {
|
||||
removeComments: true,
|
||||
collapseWhitespace: true
|
||||
collapseWhitespace: true,
|
||||
conservativeCollapse: true
|
||||
},
|
||||
main: {
|
||||
files: [{
|
||||
|
||||
Reference in New Issue
Block a user