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

Not Detecting Changes on Linux #963

Closed
mcqj opened this issue Jan 5, 2017 · 4 comments
Closed

Not Detecting Changes on Linux #963

mcqj opened this issue Jan 5, 2017 · 4 comments

Comments

@mcqj
Copy link

mcqj commented Jan 5, 2017

Fairly simple use case, using from CLI:-
nodemon --watch src build.js

nodemon does not detect any file changes. Turning on the debug flag causes the app to crash

running nodemon 1.11.0 on node 6.9.3

linux distro is mint 17

@mcqj
Copy link
Author

mcqj commented Jan 5, 2017

An update on this - I was able to turn on --verbose option. This tells me that nodemon is actually seeing the file changes but doesn't re-run the app.

[nodemon] files triggering change check: src/assets/css/main.css
[nodemon] matched rule: /home/john/playground/metalsmith/mysite/src//*
[nodemon] changes after filters (before/after): 1/0

@mcqj mcqj closed this as completed Jan 5, 2017
@mcqj mcqj reopened this Jan 5, 2017
@knight
Copy link

knight commented Jan 9, 2017

Looks like the problem described in #956.

@mcqj
Copy link
Author

mcqj commented Jan 10, 2017

It does look like its the same or related issue. However, I tried the fix proposed in #957 and it does not fix the issue for me.

@mcqj
Copy link
Author

mcqj commented Jan 10, 2017

After further testing of #957 it does in fact cure the problem for me. I mis-configured my extensions option when I was testing. Closing this issue as I believe it is a duplicate of #956

@mcqj mcqj closed this as completed Jan 10, 2017
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