Nodemon: [feature request] Watch all files, regardless of extension

Created on 2 Oct 2016  路  6Comments  路  Source: remy/nodemon

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.

stale

Most helpful comment

@sabrehagen -e '*' works for me

All 6 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

endquote picture endquote  路  4Comments

fabianMendez picture fabianMendez  路  4Comments

Bastorx picture Bastorx  路  5Comments

jonerer picture jonerer  路  4Comments

Exeteres picture Exeteres  路  4Comments