On 5/31/13 1:17 PM, w0rp wrote:
I recommend YUI Compressor. http://yui.github.io/yuicompressor/ I use it for compressing JavaScript and CSS at my job, and it works very well. (It's also part of a Maven build script at my job, which is also cool.) If you use it, I recommend --nomunge --preserve-semi --disable-optimizations so it doesn't do any JavaScript fiddling beyond just minification.
Thanks. I'm a bit weary of adding Java as a requirement for building. Is that a legitimate concern?
Andrei
