Vincent Prouillet
Vincent Prouillet
libsass should be built statically, it's only complicated if you are building from source afaik. My money is on openssl or similar?
Hopefully we are going to switch out of libsass for 0.17 which means zola should be straightforward to build on Windows. https://github.com/getzola/zola/issues/1535 for reference
You can debug by adding a line I believe. From: ```rust path = path .strip_prefix(&base_path.join("content")) .expect("Should be able to stripe prefix") .to_path_buf(); ``` to ```rust let new_path = println!("{:?} joined...
Hm that seems like a lot of path issues, weird that no one ran into them... Are you using some specific systems like WSL or something?
It would be super helpful if we had another Windows user that could try to reproduce. > Is there a way to print the path that Zola is using to...
Can you rebase the PR?
Any chance you can rebase + fix conflict? I'll merge it after, it looks good.
That's a Tera bug that needs to be fixed!
Ok, it should be fixed in the `next` branch.
Any chance you can test it in a fork or something?