Skip to content

Commit

Permalink
feat(app): Enable Node debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jeef3 committed Dec 4, 2013
1 parent 114a35e commit 83ae4a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/common/Gruntfile.js
Expand Up @@ -31,7 +31,8 @@ module.exports = function (grunt) {
},
dev: {
options: {
script: 'server.js'
script: 'server.js',
debug: true
}
},
prod: {
Expand Down

0 comments on commit 83ae4a9

Please sign in to comment.