[jQuery] minify + gzip??????? stupid question i know but please explain...
the recomendation out there is serve your JS "minified + gzipped"....
ok, i downloaded the YUI minified and use it to minify all my files
(~50% size reduction)... now whats all this talk about gzipping?
do i have to manually download gzip and do the same thing? AFTER I
minify the file?
(or write a batch that does both?)
or if i enable mod_deflate it takes care of the gzipping?
thanks! :)