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