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

Commit

Permalink
Merge pull request #213 from cm0s/master
Browse files Browse the repository at this point in the history
replace deprecated grunt-nodemon debug option
  • Loading branch information
amoshaviv committed Dec 30, 2013
2 parents 6876427 + 8f30cda commit bb910c5
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 bb910c5

Please sign in to comment.