exclude form gruntfile from build
This commit is contained in:
parent
02249a4432
commit
66ff2c8d39
@ -145,6 +145,14 @@ module.exports = function(grunt) {
|
||||
logConcurrentOutput: true,
|
||||
limit: 10
|
||||
}
|
||||
},
|
||||
concurrent: {
|
||||
default: ['nodemon', 'watch'],
|
||||
debug: ['nodemon', 'watch', 'node-inspector'],
|
||||
options: {
|
||||
logConcurrentOutput: true,
|
||||
limit: 10
|
||||
}
|
||||
},
|
||||
env: {
|
||||
test: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user