My site generates a large amount of JS dynamically and I would like to
use the Closure Compressor as a web service either on my servers or
via my own GAE account. Is the source code backing
http://closure-compiler.appspot.com/home available?
The only gotcha is that you have to call compiler.disableThreads(); to
run it on GAE.
Nick