openpeeps / tim

This is Tim ⚡️ A high-performance template engine & markup language written in Nim
https://openpeeps.github.io/tim/
GNU Lesser General Public License v3.0
51 stars 1 forks source link

Add compile-time flag to bundle all templates in memory #12

Open georgelemon opened 7 months ago

georgelemon commented 7 months ago

-d:timStaticBundle will collect & bundle all timl templates into the main application. This should be used together with -d:release for production builds or when building a web-based desktop application (for example)