javascriptminify

Best javascript compiler/minifier


I remember having seen a new javascript compiler/ minifier on github which should even be better than google's closure compiler. Unluckily I can't remember its name and find it again. Maybe someone can help me? :)


Solution

  • Possibly UglifyJS? It's the minifier that the jQuery project is currently using.

    Check out these speed comparisons.