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

后端 未结 6 1931
予麋鹿
予麋鹿 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:00

    There's also a .NET port of YUI Compressor which allows you to:-

    • intergrate the minification/file combining into Visual Studio post-build events
    • intergrate into a TFS Build (including CI)
    • if you wish to just use the dll's in your own code (eg. on the fly minification).

提交回复
热议问题