mojolicious / mojo

:sparkles: Mojolicious - Perl real-time web framework
https://mojolicious.org
Artistic License 2.0
2.66k stars 576 forks source link

Triggers modified_files on file deletion #2147

Closed hernan604 closed 4 months ago

hernan604 commented 5 months ago

Summary

Updates Mojo::Server::Morbo::Backend::Poll to detect deleted files.

Motivation

Currently Mojo::Server::Morbo::Backend::Poll does not restart when files are deleted.

References

No references currently

kraih commented 5 months ago

This PR is missing a test.

hernan604 commented 5 months ago

This PR is missing a test.

Added a test

kraih commented 5 months ago

I'm in favour once all issues are resolved.

jberger commented 5 months ago

I'm in favour once all issues are resolved.

Seconded, fix the issues and I'm in too.

hernan604 commented 4 months ago

I think all issues have been resolved. If i missed something, let me know. Thanks