commit 476aa3dbb0400ddbe72136c354876a2b28f80aca parent 026d6ed381e32159ffc68a97c9e1425af099f8bf Author: Hugo Soucy <hugo@soucy.cc> Date: Sat, 29 Dec 2018 22:35:17 -0500 Chande the Ferron declaration Diffstat:
M | ferron.lua | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ferron.lua b/ferron.lua @@ -4,7 +4,7 @@ -- App's Globals -- Init the main namespace -Ferron = { files = {}, site = {} } +Ferron = {} -- Set if the build need to be in devmode Ferron.devmode = (arg[1] == "--dev" and true or false)