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