0

我有一个任务,首先通过 postcss 插件运行 CSS 文件,然后通过 purifycss 像这样:

.pipe(postcss(processors))
.pipe(purify(['src/test/html/*.html']))
.pipe(gulp.dest(PLI.target.test.css));

然而 CSS 没有被净化。有谁知道为什么?

运行构建的实际任务可以在这里找到:superfly-css-task-build

如果你克隆这个项目并运行npm i && npm run test然后查看target/test/css/index.css所有未使用的 CSS 仍然包含在文件中,即使它src/test/html/index.html被用作 purifycss 过滤器。

4

0 回答 0