-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhtml-minifier.json
33 lines (33 loc) · 1015 Bytes
/
html-minifier.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"caseSensitive": true,
"collapseBooleanAttributes": true,
"collapseInlineTagWhitespace": false,
"collapseWhitespace": true,
"conservativeCollapse": false,
"continueOnParseError": true,
"decodeEntities": false,
"html5": true,
"ignoreCustomFragments": [],
"includeAutoGeneratedTags": false,
"keepClosingSlash": true,
"maxLineLength": 120,
"minifyCSS": false,
"minifyJS": false,
"preserveLineBreaks": false,
"preventAttributesEscaping": true,
"processConditionalComments": true,
"processScripts": [],
"removeAttributeQuotes": false,
"removeComments": true,
"removeEmptyAttributes": false,
"removeEmptyElements": false,
"removeOptionalTags": false,
"removeRedundantAttributes": true,
"removeScriptTypeAttributes": true,
"removeStyleLinkTypeAttributes": true,
"removeTagWhitespace": false,
"sortAttributes": true,
"sortClassName": true,
"trimCustomFragments": true,
"useShortDoctype": false
}