CompileCheck test and extra note on how it works in docs

This commit is contained in:
Simon Wisselink
2023-02-23 22:17:06 +01:00
parent 09d26579ce
commit 801d186ea4
2 changed files with 126 additions and 0 deletions

View File

@@ -13,6 +13,9 @@ changing), the compile check step is no longer needed. Be sure to set
change this to FALSE and a template file is changed, you will \*not\*
see the change since the template will not get recompiled.
Note that up to Smarty 4.x, Smarty will check for the existence of
the source template even if `$compile_check` is disabled.
If [`$caching`](#variable.caching) is enabled and `$compile_check` is
enabled, then the cache files will get regenerated if an involved
template file or config file was updated.