You can find source code for reproduction here. https://github.com/thetutlage/cpy-issue-reproduction
I expect cpy
to maintain the folder structure of the source when copying files to destination.
resources
βββ views
βββ app.edge
βββ nested
βββ baz.edge
await copyFiles(['resources/views/**/*.edge'], join(BASE_PATH, './build'), {
cwd: BASE_PATH,
})
build
βββ resources
βββ views
βββ app.edge
βββ nested
βββ baz.edge
build
βββ app.edge
βββ nested
βββ baz.edge
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too