dev building and optimized builds work

This commit is contained in:
Torkel Ödegaard
2015-09-10 12:42:24 +02:00
parent abac8bccc6
commit da832368f0
19 changed files with 52 additions and 62 deletions

View File

@ -3,10 +3,11 @@ module.exports = function() {
return {
html: [
'<%= destDir %>/views/index.html',
'<%= genDir %>/views/index.html',
'<%= genDir %>/views/500.html',
],
options: {
assetsDirs: ['<%= destDir %>'],
assetsDirs: ['<%= genDir %>'],
patterns: {
css: [
[/(\.css)/, 'Replacing reference to image.png']