You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Tobias Soloschenko (JIRA)" <ji...@apache.org> on 2015/02/13 14:06:11 UTC

[jira] [Comment Edited] (WICKET-5827) Allow to apply multiple Javascript / CSS compressors

    [ https://issues.apache.org/jira/browse/WICKET-5827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14320046#comment-14320046 ] 

Tobias Soloschenko edited comment on WICKET-5827 at 2/13/15 1:05 PM:
---------------------------------------------------------------------

I applied another commit and run 'mvn install' but it fails with an exception:

"Caused by: org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 18"

In addition there are some unit tests that are failing, but I don't think that it has something to do with the changes we made. The order of the ajax parameters changed.

See here: https://github.com/klopfdreh/wicket/commit/a65b85bc06a19cccf0f1fe32d6da073a765d0326


was (Author: klopfdreh):
I applied another commit and run 'mvn install' but it fails with an exception:

"Caused by: org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 18"

In addition there are some unit tests that are failing, but I don't think that it has something to do with the changes we made. The order of the ajax parameters changed.

> 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
>            Assignee: Martin Grigorov
>            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.
> https://github.com/apache/wicket/pull/88
> https://github.com/apache/wicket/pull/87



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)