This commit is contained in:
Michael Cole
2014-05-19 12:26:07 -05:00
parent e746749650
commit c8e62e1005

View File

@@ -96,7 +96,7 @@ module.exports = function(grunt) {
concurrent: {
default: ['nodemon', 'watch'],
debug: ['nodemon', 'watch', 'node-inspector'],
options: {
options: {
logConcurrentOutput: true
}
},