-
Notifications
You must be signed in to change notification settings - Fork 265
Expand file tree
/
Copy pathhtml-minifier.json
More file actions
37 lines (37 loc) · 844 Bytes
/
html-minifier.json
File metadata and controls
37 lines (37 loc) · 844 Bytes
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
34
35
36
37
{
"collapseBooleanAttributes": true,
"collapseWhitespace": true,
"conservativeCollapse": false,
"decodeEntities": true,
"includeAutoGeneratedTags": false,
"minifyCSS": {
"level": {
"1": {
"specialComments": 0,
"roundingPrecision": 6
},
"2": {
"all": false,
"mergeMedia": true,
"removeDuplicateMediaBlocks": true,
"removeEmpty": true
}
}
},
"minifyJS": {
"compress": {
"passes": 2
},
"mangle": true
},
"processConditionalComments": true,
"removeAttributeQuotes": true,
"removeComments": true,
"removeOptionalTags": true,
"removeRedundantAttributes": true,
"removeScriptTypeAttributes": true,
"removeStyleLinkTypeAttributes": true,
"removeTagWhitespace": false,
"sortAttributes": true,
"sortClassName": true
}