gulp-sass-glob
gulp-sass-glob copied to clipboard
Parent folders in Windows do not work
Hello! Thanks for the excellent module! It would save me a ton of time if it weren't for the Windows error:
When I connect files or folders on the same level as main.scss, for example, @import "helpers/**";
then everything works well, but if the connected folder or file was one level higher from main.scss, for example, @import "../helpers/**";
then the module does not work and an error is shown that it cannot find the file, also the error message indicates the path to the connected file without path slashes.
Please tell me how to solve this problem?
P.S. There is no such problem on Linux.
some answer?
This error occures if in your path some file name is not in english. So in my case some file was called in russian and that threw an error. If you change that file name this error will disappear. At least that what helped me