copy-and-watch icon indicating copy to clipboard operation
copy-and-watch copied to clipboard

different target after initial copy

Open heldercervantes opened this issue 4 years ago • 0 comments

My command: copy-and-watch --watch src/cms/templates/**/* src/static/**/* dist/site/templates

When the script starts, the first file is copied like this: [COPY] src/cms/templates/basic-page.php to dist-pw\site\templates\basic-page.php

This is the desired result.

But after the initial copy, when I change this file, the whole structure after src is replicated: [COPY] src\cms\templates\basic-page.php to dist-pw\site\templates\cms\templates\basic-page.php

heldercervantes avatar Feb 18 '21 22:02 heldercervantes