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
Currently most files are nunjucks templates that have to get pre-processed before rendering. This creates a more complex development/build cycle. Most of the template data is text that could be moved to #454. Firebase config and data in index.html will need a different solution.
Remove template processing of:
JavaScript
JSON
HTML
Markdown
TypeScript
The text was updated successfully, but these errors were encountered:
Currently most files are nunjucks templates that have to get pre-processed before rendering. This creates a more complex development/build cycle. Most of the template data is text that could be moved to #454. Firebase config and data in
index.html
will need a different solution.Remove template processing of:
The text was updated successfully, but these errors were encountered: