minifying the website

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Fri May 31 10:26:17 PDT 2013


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


More information about the Digitalmars-d mailing list