given the following file structure:
src/
βββ hello-world.js
βββ README.md
running the following with 9.0.1
:
cpy([
'src/*.md',
'src/hello-world.js'
], 'dist')
creates:
dist/
βββ src/
β βββ hello-world.js
βββ README.md
Apologies if I misunderstood, but is this expected?
I would expect both globs to create the same out structure.
example here: https://replit.com/join/obiaxjzgca-sndrs
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