Thanks for the v0.38.1 update.
When i use contentDir for each language, and do some changes on the .md files, the site rebuild doesn’t work and i need to run again hugo server. The error is bellow.
Change detected, rebuilding site
2018-04-06 16:32:12.517 +0300
Source changed ".../landings/content_es/fto/content1.md": WRITE
Total in 2 ms
ERROR 2018/04/06 16:32:12 Failed to rebuild site: Prepare pages failed: ["html/template: cannot Parse after Execute"]
I have a test repo prepared, but the crazy thing is i have the same issue but no error message on the test repo.
Just try to change something in “content_de/invoices/… any .md file”.
@ErolAbz,
Thanks for the additional info. I can’t reproduce the “cannot Parse on Execute”, but I can reproduce one issue: updates are not being rendered in the browser (even with a single language defined). @bep, can you also reproduce? This looks like a bug, but maybe I’m missing something.
@moorereason on the test repo if fails silent (no message, it just doesn’t rebuild), i have a production repo where the same thing fails with that message