Re-add minify-prod-html task

This commit is contained in:
Oliver Davies 2016-06-08 00:14:29 +01:00
parent 874d046550
commit 59e3632278

View file

@ -0,0 +1,4 @@
gulp.task 'minify-prod-html', ->
gulp.src 'output_prod/**/*.html'
.pipe plugins.htmlmin config.htmlmin
.pipe gulp.dest 'output_prod'