Fixed asset revving issue with css files

This commit is contained in:
Torkel Ödegaard
2015-03-13 11:11:31 +01:00
parent ab307ec7f3
commit 4b3224702c
10 changed files with 46 additions and 167 deletions

View File

@@ -1,7 +1,6 @@
module.exports = function(config) {
return {
on_start: ['<%= destDir %>', '<%= tempDir %>'],
temp: ['<%= tempDir %>'],
docs: ['<%= docsDir %>']
temp: ['<%= tempDir %>']
};
};
};