Fork me on GitHub
#hoplon
<
2015-08-17
>
onetom03:08:01

@micha: so it seems the prerendering task doesn't find pages in subdirectories:

Prerendering HTML files...
• sub/index.html
java.io.FileNotFoundException: /Users/pair/.boot/cache/tmp/Users/pair/exicon/hoplon-semantic-ui-example/1xr1/wl22oq/sub/index.html (No such file or directory)

onetom03:08:14

when we did

find /Users/pair/.boot/cache/tmp/Users/pair/exicon/hoplon-semantic-ui-example/1xxk/wl22oq
we can only see:
/Users/pair/.boot/cache/tmp/Users/pair/exicon/hoplon-semantic-ui-example/1xxk/wl22oq
/Users/pair/.boot/cache/tmp/Users/pair/exicon/hoplon-semantic-ui-example/1xxk/wl22oq/index.html

onetom04:08:35

i think we found the problem: https://github.com/tailrecursion/boot-hoplon/blob/master/src/tailrecursion/boot_hoplon/impl.clj#L38 this line fails because there is no subdirectory is created before it tries to save the prerendered file

micha13:08:00

@onetom: excellent! a little action may be the ticket there

onetom14:08:54

yeah, we fixed it and i merged it, but releasing it is your resort

micha14:08:45

i can do it and i'll set you up with that, what's your clojars username?