Re-organised assets and updated gulpfile
This commit is contained in:
parent
1ed53d7357
commit
e3854c99be
123 changed files with 788 additions and 140 deletions
|
@ -1,6 +0,0 @@
|
|||
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