Fork me on GitHub
#cryogen
<
2020-02-12
>
chiniara17:02:01

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

chiniara17:02:09

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.

chiniara17:02:25

im on windows

chiniara17:02:48

Tried to fix it but with no success

chiniara18:02:29

Im suspecting it has something to do with the template inheritance

carmen22:02:53

@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

chiniara22:02:33

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

chiniara22:02:46

This is probably a windows only issue :/

carmen22:02:34

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

chiniara23:02:39

I'll try to use an earlier version then

chiniara23:02:46

Let's see if it works