I have files in the following folder structure:
Can I setup Nodemon to restart when .primary
is moved to another folder (typically a sibling folder, at same level)?
Example:
- Move
.primary
:- from
app/en_160x600_PROG_RESID_Children
- to
app/en_160x600_PROG_TOUR_Baby
.
- from
I've tried multiple variations & attempts with this command, but so far nothing detects the file relocation:
nodemon --watch app/**/.primary --exec "brunch watch --server"