This is an automated email from the ASF dual-hosted git repository. benw pushed a change to branch TAP5-2708 in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
from f3e110df8 TAP5-2753: CssCompressor no longer breaks CSS variables in calc add 1e7e9684b TAP5-2708: CssCompressor improvements add 4e2474685 TAP5-2708: CssCompressor precompile Patterns No new revisions were added by this update. Summary of changes: .../internal/webresources/CSSMinimizer.java | 17 +- .../internal/webresources/CssCompressor.java | 287 +++++++++++---------- .../t5/webresources/tests/CssCompressorSpec.groovy | 41 +-- .../resources/t5/webresources}/css/bootstrap.css | 0 .../t5/webresources/css/bootstrap.css.min | 5 + 5 files changed, 190 insertions(+), 160 deletions(-) copy {tapestry-core/src/main/resources/META-INF/assets/tapestry5/bootstrap => tapestry-webresources/src/test/resources/t5/webresources}/css/bootstrap.css (100%) create mode 100644 tapestry-webresources/src/test/resources/t5/webresources/css/bootstrap.css.min