5

I want to minify my Handlebars HTML templates before compiling them. I was wondering is it possible to pipe the output of grunt-contrib-htmlmin as input to grunt-contrib-handlebars without making an intermediate file.

bozhidarc
  • 834
  • 1
  • 11
  • 25

1 Answers1

5

Grunt by design does not support piping. Take a look at gulp, where piping is the main concept.

raidendev
  • 2,729
  • 1
  • 22
  • 23