Updated webber to properly minify HTML page
This commit is contained in:
@ -106,7 +106,7 @@ try {
|
||||
// Minify output
|
||||
output = minify(output, {
|
||||
collapseBooleanAttributes: true,
|
||||
collapseWhitespace: false,
|
||||
collapseWhitespace: true,
|
||||
decodeEntities: false,
|
||||
minifyCSS: true,
|
||||
minifyJS: true,
|
||||
|
||||
Reference in New Issue
Block a user