如何在 Wordpress(前端)中缩小外部 CSS 和 JS
How to minifize external CSS and JS in Wordpress (frontend)
我集成了一个外部 custom.css
(wp_enqueue_style) 和一个外部 custom.js
(wp_enqueue_script) 在 wordpress 中。
我只想为前端缩小这些脚本。也许有一个插件或什么?没有在线压缩器。
BWP Minify 是一个不错的选择。否则你将不得不自己动手。
我集成了一个外部 custom.css
(wp_enqueue_style) 和一个外部 custom.js
(wp_enqueue_script) 在 wordpress 中。
我只想为前端缩小这些脚本。也许有一个插件或什么?没有在线压缩器。
BWP Minify 是一个不错的选择。否则你将不得不自己动手。