You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (Created) (JIRA)" <ji...@apache.org> on 2012/02/21 08:54:38 UTC

[jira] [Created] (WICKET-4422) Minimize Wicket's Ajax JavaScript files at build time

Minimize Wicket's Ajax JavaScript files at build time
-----------------------------------------------------

                 Key: WICKET-4422
                 URL: https://issues.apache.org/jira/browse/WICKET-4422
             Project: Wicket
          Issue Type: Sub-task
          Components: wicket
    Affects Versions: 6.0.0
            Reporter: Martin Grigorov
             Fix For: 6.0.0


wicket-ajax-jquery.js, wicket-event-jquery.js, ... are loaded with MinifiedAwareJavaScriptResourceReference but they don't have .min.js version and these leads to warning messages in production mode.
We can use Maven plugin with Yahoo compressor, Google Closure compiler or another to do that at build time.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (WICKET-4422) Minimize Wicket's Ajax JavaScript files at build time

Posted by "Martin Grigorov (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-4422.
-------------------------------------

    Resolution: Fixed
      Assignee: Martin Grigorov

All JS and CSS resources in -core and -extensions now are compressed with Yahoo compressor at build time.
                
> Minimize Wicket's Ajax JavaScript files at build time
> -----------------------------------------------------
>
>                 Key: WICKET-4422
>                 URL: https://issues.apache.org/jira/browse/WICKET-4422
>             Project: Wicket
>          Issue Type: Sub-task
>          Components: wicket
>    Affects Versions: 6.0.0
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 6.0.0
>
>
> wicket-ajax-jquery.js, wicket-event-jquery.js, ... are loaded with MinifiedAwareJavaScriptResourceReference but they don't have .min.js version and these leads to warning messages in production mode.
> We can use Maven plugin with Yahoo compressor, Google Closure compiler or another to do that at build time.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira