What is the best method to reduce the size of my Javascript and CSS files?

后端 未结 18 1025
礼貌的吻别
礼貌的吻别 2020-11-30 04:16

When working with large and/or many Javascript and CSS files, what\'s the best way to reduce the file sizes?

18条回答
  •  爱一瞬间的悲伤
    2020-11-30 05:00

    Rather than tweaking your files directly, I would recommend compressing them. Most clients support it.

    I think you'll find that this is easier and just as effective.

    More details from Jeff's adventures with it.

提交回复
热议问题