Open georgelemon opened 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)
-d:timStaticBundle
timl
-d:release
-d:timStaticBundle
will collect & bundle alltiml
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)