You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: I have a need to generate several variations of the same site. As markbind doesn't have syntax to support conditional variations yet, I've resorted to using nunjucks code (on top of markbind) for the time being. example
Current: If there is an error in nunjucks code (e.g., importing a file that doesn't exist), the build fails silently. Same applies to live preview.
Suggested: instead of failing silently, show some error information from nunjucks
The text was updated successfully, but these errors were encountered:
Context: I have a need to generate several variations of the same site. As markbind doesn't have syntax to support conditional variations yet, I've resorted to using nunjucks code (on top of markbind) for the time being. example
Current: If there is an error in nunjucks code (e.g., importing a file that doesn't exist), the build fails silently. Same applies to live preview.
Suggested: instead of failing silently, show some error information from nunjucks
The text was updated successfully, but these errors were encountered: