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

ASF GitHub Bot commented on WICKET-6492:
----------------------------------------

GitHub user solomax opened a pull request:

    https://github.com/apache/wicket/pull/245

    [WICKET-6492] minified js/css files are bundled

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/wicket WICKET-6492-minify-fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/wicket/pull/245.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 #245
    
----
commit e3832fd8276d56be8b678d5d0ebbf5ddd1673c4f
Author: Maxim Solodovnik <solomax...@gmail.com>
Date:   2017-11-11T12:46:59Z

    [WICKET-6492] minified js/css files are bundled

----


> javascript files are not minified in deployment mode and not united
> -------------------------------------------------------------------
>
>                 Key: WICKET-6492
>                 URL: https://issues.apache.org/jira/browse/WICKET-6492
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 8.0.0-M8
>            Reporter: Korbinian Bachl
>
> e.g.: go on 
> http://examples8x.wicket.apache.org/wicket-examples/ajax/lazy-loading?1
> if you open in the chrome dev tools you see that the jquery is minified, 
> while 
> http://examples8x.wicket.apache.org/wicket-examples/ajax/wicket/resource/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/res/js/wicket-event-jquery-ver-E34C6FE16C54FE3DF3591290A48A496A.js
> and
> http://examples8x.wicket.apache.org/wicket-examples/ajax/wicket/resource/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/res/js/wicket-ajax-jquery-ver-F8010FEDC5FD9B05434A6023763E3050.js
> arent;
> Also both files should be united together in a single delivery as having a 
> 2kb + 12kb files needing 2 requests is IMHO too much....



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to