Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 php 代码会破坏 yeoman 生成的项目的 grunt 构建脚本。特别是 htmlmin 任务中断。有没有办法让它工作?我最近使用的一种解决方法是注释掉,然后取消注释 php 块。
grunt-contrib-html 任务只能在原生 HTML 上运行。
尽管您可以随意在html-minifier上开一张票以支持 PHP 标签。