Re-organised assets and updated gulpfile

This commit is contained in:
Oliver Davies 2016-03-29 22:44:47 +01:00
parent 1ed53d7357
commit e3854c99be
123 changed files with 788 additions and 140 deletions

View file

@ -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'