Re: RFC: Apache2::Filter::Minifier::JavaScript

2007-09-20 Thread Geoffrey Young
Graham TerMarsch wrote: > On Thursday 20 September 2007 6:45 am, Geoffrey Young wrote: >> Graham TerMarsch wrote: >>> I've been working on some projects needing JS minification recently and >>> wanted to ping others and find out if anyone else would find it useful to >>> have a mod_perl2 filter t

Re: RFC: Apache2::Filter::Minifier::JavaScript

2007-09-20 Thread Graham TerMarsch
On Thursday 20 September 2007 6:45 am, Geoffrey Young wrote: > Graham TerMarsch wrote: > > I've been working on some projects needing JS minification recently and > > wanted to ping others and find out if anyone else would find it useful to > > have a mod_perl2 filter that auto-minified your JS (us

Re: RFC: Apache2::Filter::Minifier::JavaScript

2007-09-20 Thread Geoffrey Young
Graham TerMarsch wrote: > I've been working on some projects needing JS minification recently and > wanted > to ping others and find out if anyone else would find it useful to have a > mod_perl2 filter that auto-minified your JS (using JavaScript::Minifier)... see also http://search.cpan.o

Re: RFC: Apache2::Filter::Minifier::JavaScript

2007-09-20 Thread Graham TerMarsch
On Thursday 20 September 2007 12:10 am, Philippe M. Chiasson wrote: > Graham TerMarsch wrote: > > I've been working on some projects needing JS minification recently and > > wanted to ping others and find out if anyone else would find it useful to > > have a mod_perl2 filter that auto-minified your

Re: RFC: Apache2::Filter::Minifier::JavaScript

2007-09-20 Thread Clinton Gormley
On Wed, 2007-09-19 at 10:24 -0700, Graham TerMarsch wrote: > I've been working on some projects needing JS minification recently and > wanted > to ping others and find out if anyone else would find it useful to have a > mod_perl2 filter that auto-minified your JS (using JavaScript::Minifier)...

Re: RFC: Apache2::Filter::Minifier::JavaScript

2007-09-20 Thread Philippe M. Chiasson
Graham TerMarsch wrote: > I've been working on some projects needing JS minification recently and > wanted > to ping others and find out if anyone else would find it useful to have a > mod_perl2 filter that auto-minified your JS (using JavaScript::Minifier)... > [...] > > Seeing the above makes

Re: RFC: Apache2::Filter::Minifier::JavaScript

2007-09-20 Thread Philippe M. Chiasson
Graham TerMarsch wrote: > I've been working on some projects needing JS minification recently and > wanted > to ping others and find out if anyone else would find it useful to have a > mod_perl2 filter that auto-minified your JS (using JavaScript::Minifier)... > > Am thinking along the lines of

Re: RFC: Apache2::Filter::Minifier::JavaScript

2007-09-19 Thread Boysenberry Payne
If there is anything I can do to help let me know. I'd really like to have a small footprint on my JS output, right now its still pretty big. Boysenberry Payne Habitat Life, Inc. http://www.habitatlife.com/ On Sep 19, 2007, at 12:49 PM, Graham TerMarsch wrote: On Wednesday 19 September 2007

Re: RFC: Apache2::Filter::Minifier::JavaScript

2007-09-19 Thread Graham TerMarsch
On Wednesday 19 September 2007 10:40 am, Boysenberry Payne wrote: > I could use something like this. Right now I use Toolkit Template to > build from. > It already caches the JS file loaded from disk. I would want to then > put it through > the minifier process and cache then serve. Would you mo

Re: RFC: Apache2::Filter::Minifier::JavaScript

2007-09-19 Thread Boysenberry Payne
I could use something like this. Right now I use Toolkit Template to build from. It already caches the JS file loaded from disk. I would want to then put it through the minifier process and cache then serve. Would you module allow for this? -bop On Sep 19, 2007, at 12:24 PM, Graham TerM

RFC: Apache2::Filter::Minifier::JavaScript

2007-09-19 Thread Graham TerMarsch
I've been working on some projects needing JS minification recently and wanted to ping others and find out if anyone else would find it useful to have a mod_perl2 filter that auto-minified your JS (using JavaScript::Minifier)... Am thinking along the lines of something that you'd set up in your