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 JavaScript::Minifier)... Also thinking that an Apache2::Filter::Minifier::CSS module would be possible using CSS::Minifier; basically same thing but for CSS instead. i'm not so familiar with how the minifiers work, but in javascript, if it changes function or object names, and the HTML references those- you'd be SOL- right? and similarily with css class names and ids? am i not understanding something about how these modules work? -- \js
