ANNOUNCE: Apache2-Filter-Minifier-JavaScript 1.01

2007-09-21 Thread Graham TerMarsch
Should fix up issues that CPAN Testers had with the 1.00 release... -- Forwarded Message -- The uploaded file Apache2-Filter-Minifier-JavaScript-1.01.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GT/GTERMARS/Apache2-Filter-Minifier-JavaScript-1.01.tar.g z size

ANNOUNCE: Apache2-Filter-Minifier-JavaScript

2007-09-20 Thread Graham TerMarsch
The uploaded file Apache2-Filter-Minifier-JavaScript-1.00.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GT/GTERMARS/Apache2-Filter-Minifier-JavaScript-1.00.tar.gz size: 5186 bytes md5: 514ca279df6b96e6bfee6f4e0d36a9e7 Please allow time for the file to mirror across CPAN

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
filter that auto-minified your JS (using > > JavaScript::Minifier)... > > > > Am thinking along the lines of something that you'd set up in your Apache > > config like: > > > > > > PerlOutputFilterHandler Apache2::Filter::Minifier::Java

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
hinking along the lines of something that you'd set up in your Apache > config like: > > > PerlOutputFilterHandler Apache2::Filter::Minifier::JavaScript > PerlSetVar MINIFIER_CACHE_ROOT /path/to/your/cache/dir > > > Results w

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: Apache2::Filter::Minifier::JavaScript

2007-09-19 Thread Graham TerMarsch
On Wednesday 19 September 2007 10:51 am, John Saylor wrote: > > -Original Message- > > From: Graham TerMarsch [mailto:[EMAIL PROTECTED] > > > > [deletions] > > > > I've been working on some projects needing JS minification recently and > > wanted to ping others and find out if anyone else w

RE: Apache2::Filter::Minifier::JavaScript

2007-09-19 Thread John Saylor
hi -Original Message- From: Graham TerMarsch [mailto:[EMAIL PROTECTED] [deletions] 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

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
that you'd set up in your Apache config like: PerlOutputFilterHandler Apache2::Filter::Minifier::JavaScript PerlSetVar MINIFIER_CACHE_ROOT /path/to/your/cache/dir Results would be cached to disk, so that we didn't have to re- minify

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

2007-09-19 Thread Graham TerMarsch
up in your Apache config like: PerlOutputFilterHandler Apache2::Filter::Minifier::JavaScript PerlSetVar MINIFIER_CACHE_ROOT /path/to/your/cache/dir Results would be cached to disk, so that we didn't have to re-minify the JS files on each an