Fix jade task

This commit is contained in:
Ben Ramey
2014-04-08 20:58:35 -05:00
parent 11963bfb21
commit 20af047e5d

View File

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