Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with 0.0.2 #33

Closed
matiu opened this issue Jan 20, 2014 · 2 comments
Closed

Error with 0.0.2 #33

matiu opened this issue Jan 20, 2014 · 2 comments

Comments

@matiu
Copy link

matiu commented Jan 20, 2014

With this config:
nodemon: {
dev: {
options: {
file: 'server.js',
args: [],
ignoredFiles: ['public/', 'test/','util/**'],
watchedExtensions: ['js'],
// nodeArgs: ['--debug'],
delayTime: 1,
env: {
PORT: 3000
},
cwd: __dirname
}
}
},

we are having problems on OSX and Linux. Grunt stops at:
grunt
Running "jshint:all" (jshint) task

68 files lint free.

Running "concurrent:tasks" (concurrent) task
Running "nodemon:dev" (nodemon) task
Running "watch" task
Waiting...

Any idea what could be the problem?

we tried:
legacyWatch: true,
with no luck.

@ChrisWren
Copy link
Owner

Check out the changelog in the readme, you have to update a few property names to match nodemon—
Sent from Mailbox for iPhone

On Mon, Jan 20, 2014 at 7:02 AM, Matias Alejo Garcia
notifications@github.com wrote:

With this config:
nodemon: {
dev: {
options: {
file: 'server.js',
args: [],
ignoredFiles: ['public/', 'test/','util/**'],
watchedExtensions: ['js'],
// nodeArgs: ['--debug'],
delayTime: 1,
env: {
PORT: 3000
},
cwd: __dirname
}
}
},
we are having problems on OSX and Linux. Grunt stops at:
grunt
Running "jshint:all" (jshint) task

68 files lint free.
Running "concurrent:tasks" (concurrent) task
Running "nodemon:dev" (nodemon) task
Running "watch" task
Waiting...
Any idea what could be the problem?
we tried:
legacyWatch: true,

with no luck.

Reply to this email directly or view it on GitHub:
#33

@matiu
Copy link
Author

matiu commented Feb 4, 2014

thanks. Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants