Hi Jaysingh On Tue, Nov 3, 2009 at 11:42 AM, Jaysingh Samuel <jayasingh.sam...@hotmail.com> wrote: > > Hi, > We are fetching lots of javascript source files through apache server, we use > the mod_deflate there by gzip and sent across browser. So is there any apache > modules which i could use to further reduce the content size of the > javascript file. If i could sweep out the empty lines in the source file will > be great. > Please through some light on this.
Will JSMin help you to solve your problem ? http://www.crockford.com/javascript/jsmin.html Have a nice day :)