gdg-x / hoverboard

Conference website template
https://hoverboard-master.web.app
Other
1.09k stars 1.07k forks source link

Remove nunjucks template interpolation step #900

Open abraham opened 4 years ago

abraham commented 4 years ago

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:

abraham commented 2 years ago

Once #2084 is complete functions can render all html requests and the index.html completion can be removed.

abraham commented 2 years ago

Nunjucks compilation has been switched to loading json with the bundler except for index.html, manifest.json, and coc.md.