nailgun usage
lypanov opened this issue · 1 comments
lypanov commented
is there any interest in merging my fork https://github.com/lypanov/closure-compiler which provides nail gun integration?
using nailgun speeds up precompile by 3x locally. the patch is, well, hacky, but does the job, if you're interested i could polish it a bit if you wouldn't mind reviewing it for gunk.
Alex
jashkenas commented
Nah -- I don't think that too many folks would know how to make Nailgun properly work. But it's great stuff for your fork, certainly.
Also, if speed is a concern for your JS compiles, do check out UglifyJS, which is miles faster than the Closure Compiler.