exclude form gruntfile from build

This commit is contained in:
Sam 2016-05-01 12:03:55 +03:00
parent d72dfc1fae
commit 93c4c1ed84

View file

@ -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: {