added test for deep outfile
This commit is contained in:
parent
3615419e90
commit
72c60666a7
@ -36,6 +36,12 @@ module.exports = function(grunt) {
|
||||
version: '1.2.0'
|
||||
}
|
||||
},
|
||||
deepOutfile: {
|
||||
src: 'test/fixtures/pivotal/src/**/*.js',
|
||||
options: {
|
||||
outfile: 'tmp/spec.html'
|
||||
}
|
||||
},
|
||||
customTemplate: {
|
||||
src: 'test/fixtures/pivotal/src/**/*.js',
|
||||
options: {
|
||||
|
Loading…
Reference in New Issue
Block a user