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:

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

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:

As you can see, many files are not being "globed". How can I make sure they are copied correctly?
Hi, I am trying to run like this:
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:
Here's the output inside my dist/modules folder:

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:
As you can see, many files are not being "globed". How can I make sure they are copied correctly?