-
Notifications
You must be signed in to change notification settings - Fork 991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sections cause panic, sass isn't processed at all. #1932
Comments
Do you have it turned on in config.toml ? /~https://github.com/getzola/zola/blob/master/docs/config.toml#L5 As for the panic, it might be a Windows only bug as I can't reproduce it in on macos. Anyone on Windows willing to help debugging it? |
I do yes, and the reason I'm adding it here is because it works 100% fine if I downgrade to 0.15.3. Did a reinstall to be absolutely sure. On a second, closer inspection of the output it seems like the paths are mangled? On 0.15.3 the output is this:
On 0.16.0 It's this.
|
Can the site be shared? I don't think we changed anything regarding Sass in 0.16 :/ |
The site source is here: /~https://github.com/InaccurateTank/site-source |
Yep, works fine on my macbook. I'll need someone with a Windows machine to figure out what's happening. |
For the SASS issue it looks like we've afoul of rust-lang/glob#111 |
Another issue, which seems to be related. When adding an empty
|
It should be fixed in the |
On my Windows box, I can confirm that |
Bug Report
Environment
Zola version: 0.16.0
OS: Windows 10
Expected Behavior
Sections should be created and sass should be processed.
Current Behavior
Sections currently cause a panic when being created with any children. Console output with backtrace is:
As for the sass not being processed, I have nothing. It doesn't throw any errors and simply doesn't get added to
./public
.Step to reproduce
For Sections:
_index.md
with frontmatterFor Sass:
Literally just any file at all in the respective folder. It doesn't do anything.
The text was updated successfully, but these errors were encountered: