Would it be possible to have nodemon display which file has been changed to trigger a restart? I'm sure this would be most helpful especially when the output is piped to and consumed by another process.
I'm not sure if this feature exists already.
If it is, someone please kindly tell me how to get it working with the latest nodemon npm package.
If it isn't already implemented, is there any interest for this feature?
My request spawns from watching grunt serve
output that shows file changes like below:
>> File "app\scripts\controllers\registration.js" changed.
Nodemon could provide something like this:
16 May 06:31:29 - [nodemon] "app\scripts\controllers\registration.js" changed.
16 May 06:31:29 - [nodemon] restarting due to changes...
It'd be great to have something like this from nodemon as well.
See docs around events. It's supported.
On 16 May 2015 02:12, "jagged3dge" [email protected] wrote:
Feature request: Would it be possible to have nodemon display which file
has been changed to trigger a restart? I'm sure this would be most helpful
especially when the output is piped to and consumed by another process.Any interest for this feature?
My request spawns from watching grunt serve output that shows file
changes like below:File "app\scripts\controllers\registration.js" changed.
It'd be great to have something like this from nodemon as well.
—
Reply to this email directly or view it on GitHub
https://github.com/remy/nodemon/issues/551.
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
I read https://github.com/remy/nodemon/blob/master/doc/events.md but still can't where did the document record that. But it is easy to do that by--verbose
switch
I read https://github.com/remy/nodemon/blob/master/doc/events.md but still can't where did the document record that. But it is easy to do that by
--verbose
switch
same here.... I think it would be super helpful if @remy could make this feature more explicitly documented. An use case here is https://cmty.app/nuxt/nuxt.js/issues/c10464
Most helpful comment
I read https://github.com/remy/nodemon/blob/master/doc/events.md but still can't where did the document record that. But it is easy to do that by
--verbose
switch