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

后端 未结 18 1032
礼貌的吻别
礼貌的吻别 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

    Try web compressor tools from Boryi to compress your standard HTML file (without Javascript code and css code embedded, but can be linked to or imported), Javascript code (properly ended with ;), and css code.

提交回复
热议问题