Re-add minify-prod-html task
This commit is contained in:
parent
874d046550
commit
59e3632278
4
gulp/minify-prod-html.coffee
Normal file
4
gulp/minify-prod-html.coffee
Normal 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'
|
Loading…
Reference in a new issue