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
preservedDirStructure is undefined because the globbedFromPath = assets\card_images\ArtArcher.jpg is missing the prepended ./ and uses windows \ instead of my configs /.
The text was updated successfully, but these errors were encountered:
The correct solution would be to produce a corrected module by either updating this repo or forking and creating a new repo and package.
You could also "vendorize" the source tree with the fix. All of these solutions are much more annoying and less valuable than this repository being updated. It seems unmaintained or very sparsely maintained at best
The plugin consistently crashes for me on windows when I modify a watched file. I believe this is due to some path regularization.
My config
Error in verbose mode (with an additional console.log added my me showing the undefined preserved dir structure
Specifically looking at the log I added
preservedDirStructure: undefined, globbedFromPath: assets\card_images\ArtArcher.jpg, startFragment: ./assets/card_images, sourcePath: C:\Users\Zack\Programming\mythos\assets\card_images\ArtArcher.jpg
preservedDirStructure is undefined because the
globbedFromPath
=assets\card_images\ArtArcher.jpg
is missing the prepended./
and uses windows\
instead of my configs/
.The text was updated successfully, but these errors were encountered: