Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 336 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 336 Bytes

Usage

Bundle Lua files into one:

lua-bundler f "../test/Main.lua" "../output.lua"

Inject to war3map.lua:

lua-bundler w "../test/Main.lua" "../war3map.lua"

Add -p to minify bundled lua

lua-bundler f "../test/Main.lua" "../output.lua" -p
lua-bundler w "../test/Main.lua" "../war3map.lua" -p