Successful conversion - but no output? #183
Answered
by
akosbalasko
jwthomp1313
asked this question in
Q&A
-
Hi, I'm looking for a little guidance - I can successfully run yarle, but the output directory is empty. Here's my config.json:
and my Template.tmpl:
and here's a tail of my terminal:
but when I look in the output folder, it's empty. I've attempted this several times, to no avail. Am I missing something? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
akosbalasko
Jan 14, 2021
Replies: 1 comment 1 reply
-
Hi @jwthomp1313 , the output folder should be specified as relative folder, not an absolute path. Please try to simple set it to 'out' and check its contents after the execution. Thank you! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jwthomp1313
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jwthomp1313 ,
the output folder should be specified as relative folder, not an absolute path. Please try to simple set it to 'out' and check its contents after the execution.
Thank you!