1 Star 0 Fork 1

阿炳 / yuicompressor-maven-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CHANGELOG 933 Bytes
一键复制 编辑 原始数据 按行查看 历史
阿炳 提交于 2019-07-31 21:18 . first commit
1.3.1
--------------------
+ Upgraded YUI Compressor to version 2.4.7 with following changes:
+ Handle data urls without blowing up Java memory (regex)
+ Updated docs to reflect Java >= 1.5 required for CssCompressor
+ Fixed issue where we were breaking #AABBCC id selectors, with the #AABBCC -> #ABC color compression.
+ Changed default value for linebreakpos to -1, as currently default 0 have a special meaning (Fixed #31)
YUI Compressor README:
Some source control tools don't like files containing lines longer than,
say 8000 characters. The linebreak option is used in that case to split
long lines after a specific column. It can also be used to make the code
more readable, easier to debug (especially with the MS Script Debugger)
Specify 0 to get a line break after each semi-colon in JavaScript, and
after each rule in CSS.
+ Added detailed CHANGELOG
1
https://gitee.com/brantliu/yuicompressor-maven-plugin.git
git@gitee.com:brantliu/yuicompressor-maven-plugin.git
brantliu
yuicompressor-maven-plugin
yuicompressor-maven-plugin
master

搜索帮助