Use coffeescript for gulp
This commit is contained in:
parent
f1048da9ae
commit
cc9b97b840
13 changed files with 79 additions and 93 deletions
6
gulp/minify-prod-html.coffee
Normal file
6
gulp/minify-prod-html.coffee
Normal file
|
@ -0,0 +1,6 @@
|
|||
g = require 'gulp'
|
||||
|
||||
g.task 'minify-prod-html', ->
|
||||
g.src 'output_prod/**/*.html'
|
||||
.pipe g.p.htmlmin({ collapseWhitespace: true })
|
||||
.pipe g.dest 'output_prod'
|
Loading…
Add table
Add a link
Reference in a new issue