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
Cobalt has calls import_dir to import a statically generated site. @natejms has reported that on Windows (using msys?) that \ is used in the paths but is treated as a file name character rather than as a path separator.
Hmm. I took a look and it is adding a \ before the filename for me. I think this issue arises due to it actually running on windows but in a fake linux env. I will need to take some more time to fix this but will probably need to filter out any extra \.
I wonder if there are any open issues with the path crate.
Cobalt has calls
import_dir
to import a statically generated site. @natejms has reported that on Windows (using msys?) that\
is used in the paths but is treated as a file name character rather than as a path separator.See https://github.com/natejms/cobalt-org.github.io/tree/master
OS: Windows 10
My best guesses at the reproduction steps:
cobalt init
cobalt import
The text was updated successfully, but these errors were encountered: