Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I copy symlinked files/folders correctly? #129

Open
dBianchii opened this issue Nov 1, 2023 · 1 comment
Open

How can I copy symlinked files/folders correctly? #129

dBianchii opened this issue Nov 1, 2023 · 1 comment

Comments

@dBianchii
Copy link

Hi, I am trying to run like this:

copyfiles --follow --verbose modules/**/*.less ./dist/modules

I want it to copy all of the .less files to my dist/modules. However, it is not copying certain files that are symlinked.
This is the folder that I see is not beng copied:
image

Here's the output inside my dist/modules folder:
image

Many files are not being copied. They are symlinked folders I believe. I need those folders to be outputted corectly.
Here's the verbose output:

image

As you can see, many files are not being "globed". How can I make sure they are copied correctly?

@dBianchii dBianchii changed the title How can I add symlinked files correctly? How can I add symlinked files/folders correctly? Nov 1, 2023
@dBianchii dBianchii changed the title How can I add symlinked files/folders correctly? How can I copy symlinked files/folders correctly? Nov 1, 2023
@dutscher
Copy link

dutscher commented Feb 6, 2024

i have now the exact same problem, a directory is created from angular and copyfiles says unglobed path: ./.angular/build/browser skipping, is directory: ./.angular/build/browser
what can we do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants