Description
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....
Attachments
Issue Links
- is broken by
-
WICKET-6402 OSGi-Manifest: wicket does not declare BSN
-
- Closed
-
- is related to
-
WICKET-6494 minified resources get compressed
-
- Open
-
- links to