added jade lite task
This commit is contained in:
parent
bd0fe634a1
commit
dc808cc316
@ -49,9 +49,14 @@ module.exports = function(grunt) {
|
|||||||
pretty: true
|
pretty: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
files: {
|
files: [
|
||||||
|
{
|
||||||
'dist/index.html': 'src/views/index.jade'
|
'dist/index.html': 'src/views/index.jade'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'dist/index-lite.html': 'src/views/index-lite.jade'
|
||||||
}
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
copy: {
|
copy: {
|
||||||
|
Loading…
Reference in New Issue
Block a user