Hello, I'm currently investigating "WICKET-6497 unify javascript files". As far as I understand Wicket unifies JS code blocks, but not JS references
So the only options are: 1) create 1 JS file and put contents of these 2 in it 2) perform combining at compile time using maven plugin [1] I can implement 2) above. Would it be OK? Maybe there are better options? [1] http://samaxes.github.io/minify-maven-plugin/usage.html -- WBR Maxim aka solomax
