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

feat: watch script regardless of extension #1168

Merged
merged 1 commit into from
Dec 15, 2017
Merged

feat: watch script regardless of extension #1168

merged 1 commit into from
Dec 15, 2017

Conversation

remy
Copy link
Owner

@remy remy commented Dec 14, 2017

Fixes the issue where express is a js based project, but the executable
is www, so it misses on the match. So now nodemon will watch for
matching extensions but also the script the user gave.

Fixes #461

Note that this can't handle the situation where npm is used to run node ./bin/www as nodemon can't split out a package script command.

Fixes the issue where express is a js based project, but the executable
is `www`, so it misses on the match. So now nodemon will watch for
matching extensions but *also* the script the user gave.

Fixes #461

Note that this can't handle the situation where npm is used to run `node
./bin/www` as nodemon can't split out a package script command.
@remy remy merged commit f8a5abe into master Dec 15, 2017
@rmariuzzo
Copy link

Thank you for introducing this feature @remy! I have been waiting for it.

@remy remy deleted the feat/watch-script branch December 20, 2017 13:02
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

Successfully merging this pull request may close these issues.

2 participants