Fix jade task
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports = function(config) {
|
|||||||
files: [{
|
files: [{
|
||||||
expand: true,
|
expand: true,
|
||||||
cwd: './assets/linker/templates/',
|
cwd: './assets/linker/templates/',
|
||||||
src: ['*.jade'],
|
src: ['**/*.jade'],
|
||||||
dest: '.tmp/public/templates/',
|
dest: '.tmp/public/templates/',
|
||||||
ext: '.html'
|
ext: '.html'
|
||||||
}]
|
}]
|
||||||
|
|||||||
Reference in New Issue
Block a user