WebStorm 文件观察器 HTML 缩小

WebStorm File Watcher HTML minify

我正在尝试使用 File Watcher 缩小我的 HTML 文档,但它什么也没做。

我尝试用谷歌搜索我的问题并从 SO 中找到了这个 ,我尝试了俄语的解决方案但对我也不起作用。

另外,工作目录是$FileDir$

什么不适合你?来自 this SO link work fine for me with the most recent html-minifier 版本的设置:

参数: $FileName$ --collapse-boolean-attributes --collapse-whitespace --html5 --remove-attribute-quotes --remove-comments --remove-empty-attributes --remove-optional-tags --remove-redundant-attributes --remove-script-type-attributes --remove-style-link-type-attributes --remove-tag-whitespace --sort-attributes --sort-class-name --trim-custom-fragments --use-short-doctype --minify-js -o $FileNameWithoutExtension$.min.html

要刷新的输出路径: $FileNameWithoutExtension$.min.html

工作目录: $FileDir$