Hi all,

For one of our projects we have been optimizing all of our resources (css,
js).

However, some of our tools complain that the wicket js files are not
minified.
So I checked and see that this is true.

In production we see that the standard wicket javascript compressor is
used, which does not do much (it pretty much looks like tabs and some
newlines are stripped). So the non-minified js is loaded and “compressed”
once in after startup.

The maven plugin resources-optimizer-maven-plugin is loaded for this in the
pom.xml, but it seems that it is not outputting anything.

When I browse the wicket-core maven artifact we use (9.21.0), I only see
the original wicket-ajax-jquery.js in it, no wicket-ajax-jquery.min.js;
So it looks like the maven plugin is not minifying the framework js.

I’ll see if I can have a look myself why the maven plugin is not working
properly - but wanted to flag this already in the meantime.

Met vriendelijke groet,
Kind regards,

Bas Gooren

Reply via email to