Can there be an option that watches all files, regardless of what they end with? I'm using this with Docker and want my image to restart no matter what file is changed in my node project.
Would love this feature as well. Something like being able to say --ext any or something would be perfect.
@sunjay using a glob expression would be more concise and easier to remember, like: --ext *
This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up.
Thank you for contributing <3
Holy cow, closed? No activity? Has this been implemented?
What is the status of this? Is this possible with the current code base?
@sabrehagen -e '*' works for me
Most helpful comment
@sabrehagen
-e '*'works for me