fix templates for dev and prod

This commit is contained in:
Ben Ramey
2014-03-22 21:08:35 -05:00
parent c37c6976ab
commit 16c9138941
3 changed files with 8 additions and 9 deletions

View File

@@ -1,12 +1,12 @@
// jade
module.exports = function(config) {
return {
templates: {
dev: {
files: [{
expand: true,
cwd: './assets/templates/',
cwd: './assets/linker/templates/',
src: ['*.jade'],
dest: './assets/templates/',
dest: '.tmp/public/templates/',
ext: '.html'
}]
}