commit 0e122f00f581e5a4709af162dd4c8a9ee089a479
parent b050379098957b5fbcb52227412ab694b40e2fea
Author: Hugo Soucy <hsoucy@kronostechnologies.com>
Date: Fri, 12 Oct 2018 15:06:26 -0400
Merge 2 lines in one
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/ferron.lua b/ferron.lua
@@ -4,9 +4,7 @@
-- App's Globals
-- Init the main namespace
-Ferron = {}
--- Set a table for the site infos
-Ferron.site = {}
+Ferron = { site = {} }
-- Set if the build need to be in devmode
Ferron.devmode = (arg[1] == "--dev" and true or false)