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
I have a similar issue where the glob src/**/*.less does not copy all files, only files one layer deep. AFAIK ** should work for an arbitrary level of subfolders, e.g. src/a/b/file.less, but it only works for src/a/file.less. @nermin99 I ended up using cpy instead.
I have these
data.txt
files I want to copy:the destination is:
So I was expecting that
would yield
but, at best, I only get that the second folder (d02) is populated and not both.
Additionally, I get a "can't go up that far" error.
As you might've suspected this is for a TypeScript project.
The text was updated successfully, but these errors were encountered: