documentcloud / closure-compiler

A Ruby Wrapper for the Google Closure Compiler

Home Page:http://github.com/documentcloud/closure-compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nailgun usage

lypanov opened this issue · comments

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

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.