哪个 gulp 包会缩小 html 文件中的任何内容?

Which gulp package(s) will minify anything within a html file?

我有一个项目,我在 html 文件中工作。当运行 gulp时,需要缩小html和内联脚本(如果有),然后复制并重命名为扩展名.php.

这些任务需要哪些 gulp 包?

现在我正在使用:

gulp-htmlmin

gulp-rename

它可以工作,除了内联 <script type="application/ld+json"></script> 不会缩小。

有什么想法吗?

我要试试 gulp-minify-inline-json