cryogen 2020-02-12

@chiniara.fillippe has joined the channel

Hey everyone, im trying to make my blog with cryogen , but im receiving an erro from a fresh project

loading module: Flexmark parser
compiling assets...
compiling sass
copying theme resources
         themes/blue/css --> public/blog/css
         themes/blue/js --> public/blog/js
         themes/blue/html/404.html --> public/blog/404.html
copying resources
         content/img --> public/blog/img
         content/md/posts --> public/blog/posts
         content/md/pages --> public/blog/pages
compiling pages
--> /blog/pages-output/about/
Error: resource-path for /html/page.html returned nil, typically means the file doesn't exist in your classpath.

im on windows

Tried to fix it but with no success

Im suspecting it has something to do with the template inheritance

@chiniara.fillippe sorry, I don't use windows nor can I reproduce it on macos... I don't think it's inheritance though. Windows uses \ as a delimiter rather than / so Selmer can't find the resource

Yeah I mean, it wasn't finding the base path or something

This is probably a windows only issue :/

People have definitely used it from windows before... I think it's maybe one of the newer of versions of Selmer where something changed

I'll try to use an earlier version then

Let's see if it works