Add modified gruntfile.js and tasks
This commit is contained in:
14
tasks/options/jade.js
Normal file
14
tasks/options/jade.js
Normal file
@@ -0,0 +1,14 @@
|
||||
// jade
|
||||
module.exports = function(config) {
|
||||
return {
|
||||
templates: {
|
||||
files: [{
|
||||
expand: true,
|
||||
cwd: './assets/linker/templates/',
|
||||
src: ['*.jade'],
|
||||
dest: './assets/linker/templates/',
|
||||
ext: '.html'
|
||||
}]
|
||||
}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user