Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove nunjucks template interpolation step #900

Open
2 of 5 tasks
abraham opened this issue Apr 20, 2020 · 2 comments
Open
2 of 5 tasks

Remove nunjucks template interpolation step #900

abraham opened this issue Apr 20, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@abraham
Copy link
Member

abraham commented Apr 20, 2020

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
@abraham abraham added the enhancement New feature or request label Apr 20, 2020
@abraham
Copy link
Member Author

abraham commented Dec 4, 2021

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

@abraham
Copy link
Member Author

abraham commented Feb 21, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant