aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/smarty/smarty/docs/programmers/api-variables/variable-force-compile.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/smarty/smarty/docs/programmers/api-variables/variable-force-compile.md')
-rw-r--r--vendor/smarty/smarty/docs/programmers/api-variables/variable-force-compile.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor/smarty/smarty/docs/programmers/api-variables/variable-force-compile.md b/vendor/smarty/smarty/docs/programmers/api-variables/variable-force-compile.md
deleted file mode 100644
index 73f1e792d..000000000
--- a/vendor/smarty/smarty/docs/programmers/api-variables/variable-force-compile.md
+++ /dev/null
@@ -1,9 +0,0 @@
-\$force\_compile {#variable.force.compile}
-================
-
-This forces Smarty to (re)compile templates on every invocation. This
-setting overrides [`$compile_check`](#variable.compile.check). By
-default this is FALSE. This is handy for development and
-[debugging](#chapter.debugging.console). It should never be used in a
-production environment. If [`$caching`](#variable.caching) is enabled,
-the cache file(s) will be regenerated every time.