petruisfan / node-supervisor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recurse over directories

mcandre opened this issue · comments

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.