Skip to content

Commit

Permalink
Merge pull request linnovate#273 from ciccio86/patch-1
Browse files Browse the repository at this point in the history
Update to grunt-nodemon 0.2.0
  • Loading branch information
liorkesos committed Feb 17, 2014
2 parents 39c0148 + 4f90d49 commit ddbf6a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ module.exports = function(grunt) {
},
nodemon: {
dev: {
script: 'server.js',
options: {
file: 'server.js',
args: [],
ignoredFiles: ['public/**'],
watchedExtensions: ['js'],
ignore: ['public/**'],
ext: 'js',
nodeArgs: ['--debug'],
delayTime: 1,
env: {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"karma-phantomjs-launcher": "~0.1.1",
"grunt-mocha-test": "~0.8.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-nodemon": "0.1.2",
"grunt-nodemon": "0.2.0",
"grunt-contrib-watch": "~0.5.3",
"karma-coverage": "~0.1.4",
"karma": "~0.10.9",
Expand All @@ -65,7 +65,7 @@
"should": "2.1.1",
"grunt-contrib-watch": "latest",
"grunt-contrib-jshint": "latest",
"grunt-nodemon": "0.1.2",
"grunt-nodemon": "0.2.0",
"grunt-concurrent": "latest",
"grunt-mocha-test": "latest",
"karma-script-launcher": "~0.1.0",
Expand Down

0 comments on commit ddbf6a3

Please sign in to comment.