[
https://issues.apache.org/jira/browse/WICKET-5827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14305019#comment-14305019
]
ASF GitHub Bot commented on WICKET-5827:
----------------------------------------
GitHub user klopfdreh opened a pull request:
https://github.com/apache/wicket/pull/87
WICKET-5827 Allow to apply multiple Javascript / CSS compressors
- Allow multiple ICssCompressors and IJavaScriptCompressors
- CssUrlReplacementCompressor
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/klopfdreh/wicket css_js_compression
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/87.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #87
----
commit 9752eac7fb63e83ffceb9969a1b4f6aa9305b5e7
Author: klopfdreh <klopfdreh@tobiass-mbp>
Date: 2015-02-04T12:15:11Z
Compression
- Allow multiple ICssCompressors and IJavaScriptCompressors
- CssUrlReplacer
----
> Allow to apply multiple Javascript / CSS compressors
> ----------------------------------------------------
>
> Key: WICKET-5827
> URL: https://issues.apache.org/jira/browse/WICKET-5827
> Project: Wicket
> Issue Type: New Feature
> Components: wicket
> Affects Versions: 6.20.0, 7.0.0-M6
> Reporter: Tobias Soloschenko
> Priority: Minor
> Labels: features
>
> It would be nice to be able to add several css and javascript compressions in
> a chain. Example for CSS:
> CssRemoveCommentsCompressor > CssUrlReplacementCompressor >
> CssMinifyCompressor
> The same would be nice for JavaScript files.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)