summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/template.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/ffluci/template.lua')
-rw-r--r--src/ffluci/template.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ffluci/template.lua b/src/ffluci/template.lua
index 8c7f07f94..3d6457169 100644
--- a/src/ffluci/template.lua
+++ b/src/ffluci/template.lua
@@ -39,7 +39,7 @@ viewdir = ffluci.fs.dirname(ffluci.util.__file__()) .. "view/"
-- memory: Always compile, do not save compiled files, ignore precompiled
-- always: Same as "memory" but also saves compiled files
-- smart: Compile on demand, save compiled files, update precompiled
-compiler_mode = "smart"
+compiler_mode = "memory"
-- This applies to compiler modes "always" and "smart"
@@ -186,4 +186,4 @@ function render(name, scope)
-- Now finally render the thing
return view()
-end \ No newline at end of file
+end