Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
replace deprecated grunt-nodemon debug option
Browse files Browse the repository at this point in the history
Since grunt-nodemon version 0.1.0 the debug option is deprecated and must
be replaced by a nodeArgs option.
  • Loading branch information
cm0s committed Dec 29, 2013
1 parent 963794a commit 8f30cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = function(grunt) {
args: [],
ignoredFiles: ['public/**'],
watchedExtensions: ['js'],
debug: true,
nodeArgs: ['--debug'],
delayTime: 1,
env: {
PORT: 3000
Expand Down

0 comments on commit 8f30cda

Please sign in to comment.