I write a ton of comments and would like apache to strip them before serving the page. Is there any easy way to do this automatically without my having to do it before hand?
I'd feed the .js files through http://developer.yahoo.com/yui/compressor/ and upload the compressed version, you can automate it if you want to do it on the server by using a 404 handler or feeding the JS through PHP.