Re: Gziping JS and CSS files using .htaccess

2009-01-26 Thread Leonardo K
This work for me: Add this on .htaccess file IfModule mod_deflate.c AddOutputFilterByType DEFLATE application/x-javascript text/css text/javascript text/html /IfModule On Sun, Jan 25, 2009 at 18:16, Sam Sherlock sam.sherl...@gmail.com wrote: try

Re: Gziping JS and CSS files using .htaccess

2009-01-25 Thread Sridhar Kuppalli
This is not working. :( Is there any other method? Regards Sridhar K N On Sat, Jan 24, 2009 at 2:36 PM, _k10_ ketan.s...@gmail.com wrote: Hi, This helper might interest you. - http://bakery.cakephp.org/articles/view/minify-helper-for-cakephp (includes gziping of js and css assets) _k10_

Re: Gziping JS and CSS files using .htaccess

2009-01-25 Thread Sam Sherlock
try http://marcgrabanski.com/pages/code/asset-mapper 2009/1/25 Sridhar Kuppalli sridhar.kuppa...@gmail.com This is not working. :( Is there any other method? Regards Sridhar K N On Sat, Jan 24, 2009 at 2:36 PM, _k10_ ketan.s...@gmail.com wrote: Hi, This helper might interest you. -

Re: Gziping JS and CSS files using .htaccess

2009-01-24 Thread _k10_
Hi, This helper might interest you. - http://bakery.cakephp.org/articles/view/minify-helper-for-cakephp (includes gziping of js and css assets) _k10_ http:///www.propertyjungle.in On Jan 24, 1:27 pm, Sridhar Kuppalli sridhar.kuppa...@gmail.com wrote: Hi All, I am starting a new project by