fix templates for dev and prod
This commit is contained in:
@@ -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'
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user