You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: