I rember having seen a new javascript compiler/ minifier on github which should even be better than google's closure compiler. Unluckily I cant remember its name and find it again. Maybe someone can help me? :)
Thanks, Corin
|
I rember having seen a new javascript compiler/ minifier on github which should even be better than google's closure compiler. Unluckily I cant remember its name and find it again. Maybe someone can help me? :) Thanks, Corin |
|||||||
|
|
Possibly UglifyJS? It's the minifier that the jQuery project is currently using. Check out these speed comparisons. |
|||||
|
|
|
AFAIK Closure Compiler's ADVANCED mode is the only game in town if you want global dead code removal (aka tree shaking) and optimization. Which is why projects like emscripten and ClojureScript, and Dart javascript translator use it. |
|||
|
|