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 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?
The text was updated successfully, but these errors were encountered:
dBianchii
changed the title
How can I add symlinked files correctly?
How can I add symlinked files/folders correctly?
Nov 1, 2023
dBianchii
changed the title
How can I add symlinked files/folders correctly?
How can I copy symlinked files/folders correctly?
Nov 1, 2023
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?
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?
The text was updated successfully, but these errors were encountered: