[ https://issues.apache.org/jira/browse/TAP5-2708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17723894#comment-17723894 ]
ASF subversion and git services commented on TAP5-2708: ------------------------------------------------------- Commit e812183b15d87af083c5d84c300e7bf0558570ad in tapestry-5's branch refs/heads/TAP5-2708 from Ben Weidig [ https://gitbox.apache.org/repos/asf?p=tapestry-5.git;h=e812183b1 ] TAP5-2708: Updated CssCompressor, fix errors, and create Spec with original tests The CssCompressor in tapestry-webresources is now based on the latest YUI commit cf0497e. To make it work some errors had to be fixed: - Duplicate variable declaration of "oldCss" - Faulty non-escaped regex - zeros.css test failed I'm not 100% sure the CssCompressor behaves 100% as before, but it's a necessary trade-off so it can be improved further, as the original YUI project is dead. > CssCompressor update/optimizations > ---------------------------------- > > Key: TAP5-2708 > URL: https://issues.apache.org/jira/browse/TAP5-2708 > Project: Tapestry 5 > Issue Type: Improvement > Components: tapestry-webresources > Affects Versions: 5.8.0 > Reporter: Ben Weidig > Assignee: Ben Weidig > Priority: Minor > > CssCompressor used by Tapestry is a copy of the YUI Compresser for CSS. > Minification breaks/outputs wrong content for some edge cases, and the code > in general code be optimized, like pre-compiled Patterns. -- This message was sent by Atlassian Jira (v8.20.10#820010)