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.
我想在编译之前缩小我的 Handlebars HTML 模板。我想知道是否可以在不制作中间文件的情况下将grunt-contrib-htmlmin的输出作为输入传递给grunt-contrib-handlebars 。
Grunt 的设计不支持管道。看看gulp,其中管道是主要概念。