Re-add minify-prod-html task
This commit is contained in:
parent
874d046550
commit
59e3632278
1 changed files with 4 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue