Skip to content

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

Description

@dBianchii

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions