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
It seems that the directories presents in file.relative are ignored.
Only the files in the root src directory have working symlinks. Symlinks created for src nested files are broken.
Is it a bug or I'm somehow missing something ?
With Gulp
CLI version: 2.3.0
Local version: 4.0.2
The text was updated successfully, but these errors were encountered:
I don't see a good way to resolve this. In 4.0.0, we'll support Vinyl objects that already have the symlink file set, so you can calculate it within your stream pipeline.
Let's say we have this stucture :
I want to symlink all files in src/app into dest and keep the app structure :
Now in folder dest I have :
That is fine.
But in dest/module I have :
instead of
It seems that the directories presents in file.relative are ignored.
Only the files in the root src directory have working symlinks. Symlinks created for src nested files are broken.
Is it a bug or I'm somehow missing something ?
With Gulp
CLI version: 2.3.0
Local version: 4.0.2
The text was updated successfully, but these errors were encountered: