-
Notifications
You must be signed in to change notification settings - Fork 357
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
Immediate exit without warning if a path doesn't exist #183
Comments
If you enabled the option |
👍 |
@FellowMD |
Ah that link is helpful -- I'm a bit new to grunt. |
I think we should have it print a message if the watch doesn't match any files. Also keep the process alive as it could be waiting for new files to be added. |
If have watch (v.0.5.1) configured like this
And I try
grunt watch
, the terminal prints outWhy doesn't watch print a message like
?
The text was updated successfully, but these errors were encountered: