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:
|
||||
clippings: all
|
||||
comments: ["<!-- ", " -->"]
|
||||
endings: [html, head, body, dt, dd, rt, rp,
|
||||
optgroup, option, colgroup, caption,
|
||||
thead, tbody, tfoot, tr, td, th]
|
||||
comments: all
|
||||
endings: all
|
||||
profile: false
|
||||
blanklines: false
|
||||
ignore:
|
||||
|
|
Loading…
Reference in a new issue