When supervisor listens to fs events on a directory, all of that directory's directory and file descendants should also trigger execution.
Currently, . does not appear to relaunch my application when a Mustache template in ./views changes, even though I have mustache as one of the extensions configured.
When supervisor listens to fs events on a directory, all of that directory's directory and file descendants should also trigger execution.
Currently,
.does not appear to relaunch my application when a Mustache template in./viewschanges, even though I havemustacheas one of the extensions configured.