Which Javascript minifier (cruncher) does the same things that the one Google uses for its JS APIs?

后端 未结 6 1937
予麋鹿
予麋鹿 2020-12-12 18:18

I am a Google Maps API (javascript) developer. I have noticed that Google uses a Javascript minifier that has the following features:

  1. Shortens variables, prope
6条回答
  •  醉酒成梦
    2020-12-12 19:07

    Here are the minifiers I know of: Dean Edwards' packer; YUI Compressor; JSMIN; and Dojo compressor

    In addition to these, the GWT compiler does quite a bit to make efficient JavaScript files out of Java files. It wouldn't surprise me if that is what they use.

提交回复
热议问题