renamed lib to hoggit, added more options to .gitignore, added Hoggit module bootstrap for dev and prod mode

This commit is contained in:
Jeremy Smitherman
2018-12-26 12:40:17 -06:00
parent 388010550c
commit 9e4b734eb8
9 changed files with 24 additions and 13 deletions

12
squishy
View File

@@ -1,8 +1,8 @@
Output "dist/hoggit_framework.lua"
Main "lib/error_handling.lua"
Main "lib/logging.lua"
Main "lib/utils.lua"
Main "lib/spawner.lua"
Main "lib/communication.lua"
Main "lib/group.lua"
Main "hoggit/error_handling.lua"
Main "hoggit/logging.lua"
Main "hoggit/utils.lua"
Main "hoggit/spawner.lua"
Main "hoggit/communication.lua"
Main "hoggit/group.lua"