Fix jade task
This commit is contained in:
@@ -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'
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user