Moved examples out of source directory
[project/luci.git] / src / ffluci / template.lua
index 8c7f07f94ad7e6f3824614249a3bbb4369a8ceaf..3d6457169020c6aa78323ab89829967677c6cb32 100644 (file)
@@ -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