mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
minifiers: Make keepWhitespace = false default for HTML (note)
Closes #9456
This commit is contained in:
@@ -35,7 +35,7 @@ var defaultTdewolffConfig = tdewolffConfig{
|
||||
KeepConditionalComments: true,
|
||||
KeepEndTags: true,
|
||||
KeepDefaultAttrVals: true,
|
||||
KeepWhitespace: true,
|
||||
KeepWhitespace: false,
|
||||
},
|
||||
CSS: css.Minifier{
|
||||
Precision: 0,
|
||||
|
Reference in New Issue
Block a user