https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31729 --- Comment #36 from Mason James <mtj@kohaaloha.com> --- (In reply to Thomas Klausner from comment #33)
FYI, I have another approach nearly finished, where instead of creating a new daemon and using inotify we start the Plack app via plackup (instead of just usnig starman) and use the -R flag to reload when something changed.
This is the common way to do is in Plack apps, and does not need another service.
The patch will be ready tomorrow at the latest
(side note: Not sure if you want the patch in this ticket or in a new one?)
hi Thomas, i think that plack needs to be restarted if template files (.inc and .tt) are modified ...if so, i dont think `plackup -R` with handle modifying template files? -- You are receiving this mail because: You are watching all bug changes.