html 压缩工具 html-minifier

https://github.com/kangax/html-minifier#options-quick-reference

1、参数列表

optionDescriptionDefault
removeComments删除注释,但是会保留script和style中的注释false
removeCommentsFromCDATA从脚本和样式删除的注释false
removeCDATASectionsFromCDATA删除CDATA节从脚本和样式元素 
collapseWhitespace删除空格,但是不会删除SCRIPT、style和textarea中的空格 
conservativeCollapse删除空格,总是保留一个空格 
preserveLineBreaks  
collapseBooleanAttributes省略只有boolean值的属性值,比如:readonly checked 
removeAttributeQuotes

删除引号,删除不需要引号的值。

例如:

var input = '<p class="foo-bar" id="moo" title="blah blah">foo</p>';

var output = minify(input, { removeAttributeQuotes: true });

output; // '<p class="foo-bar" id=moo title="blah blah">foo</p>'

 
removeRedundantAttributes删除多余的属性 
preventAttributesEscaping  
useShortDoctype使用短的文档类型 
removeEmptyAttributes删除空属性 
removeScriptTypeAttributes删除script的类型属性,在h5下面script的type默认值:text/javascript 
removeStyleLinkTypeAttributes删除style的类型属性,同上 
removeOptionalTags  
removeIgnored删除指定开头和结尾的内容 以逗号分割 
removeEmptyElements删除空元素 
lint  
keepClosingSlash  
caseSensitive  
minifyJS压缩js 
minifyCSS压缩css 
minifyURLs压缩url 
ignoreCustomComments忽略指定的注释内容 
processScripts  
maxLineLength指定html输出的最大列数,超过就换行显示 
customAttrAssign允许的自定义属性列表 
customAttrSurround  
customAttrCollapse指定要换行的自定义属性(正则) 

 

更多可以参考作者例子:

http://perfectionkills.com/experimenting-with-html-minifier/

 

注:通过自己验证然后结合翻译总结的描述,有错误的地方请指正,谢谢!

 

转载于:https://www.cnblogs.com/river-lee/p/4253075.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值