I found that I have published closure-compiler-httpserver at some point:
its purpose is to keep the java VM loaded, not execute java for every compile call, resulting in faster response and less CPU usage.
I've never used it myself in production, but the code seems complete.
Now the question: where to add a document about it?
I found that I have published closure-compiler-httpserver at some point:
its purpose is to keep the java VM loaded, not execute
javafor every compile call, resulting in faster response and less CPU usage.I've never used it myself in production, but the code seems complete.
Now the question: where to add a document about it?