Minification of js files.

2009-11-03 Thread Jaysingh Samuel
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

RE: Minification of js files.

2009-11-03 Thread Jaysingh Samuel
: Minification of js files. From: jerome.ren...@gmail.com To: modules-dev@httpd.apache.org 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

Re: Minification of js files.

2009-11-03 Thread Jerome Renard
Jaysingh, On Tue, Nov 3, 2009 at 12:15 PM, Jaysingh Samuel jayasingh.sam...@hotmail.com wrote: Hi, Thanks for your input. Yes we could use this, but could you tell me how this can be used in the apache for minifying the javascript. Should we have to include in any module like filter