I am having Java EE application in which I was using ANT in order to do all my tasks. For the minification of JavaScript I was using YUI Compressor and its ANT plugin and used to compress my files during build. Now my problem is that I want to use the default eclipse build and achieve the same result. I want to know that whether is it possible to minify the JavaScript used in my project during the time eclipse builds my project or may be when it creates a war archive ?
Share
I’m personnaly using ant, together with Google’s closure compiler, to concatenate and minify all my CSS and javascript file when I’m building my Java EE application.
The steps are
I have something like this :