Remove comments from HTML.
This commit is contained in:
parent
3c2675c4a1
commit
c98fd19900
1 changed files with 2 additions and 4 deletions
|
@ -168,10 +168,8 @@ sass:
|
||||||
|
|
||||||
compress_html:
|
compress_html:
|
||||||
clippings: all
|
clippings: all
|
||||||
comments: ["<!-- ", " -->"]
|
comments: all
|
||||||
endings: [html, head, body, dt, dd, rt, rp,
|
endings: all
|
||||||
optgroup, option, colgroup, caption,
|
|
||||||
thead, tbody, tfoot, tr, td, th]
|
|
||||||
profile: false
|
profile: false
|
||||||
blanklines: false
|
blanklines: false
|
||||||
ignore:
|
ignore:
|
||||||
|
|
Loading…
Reference in a new issue