Squish Lua libraries and apps into a single compact file.
Run the docker command within a directory with the squishy
file.
docker run --rm -it -v $(pwd):/build -w /build lalex/lua-squish
Main "src/main.lua"
Module "config" "src/config.lua"
Output "dist/release.lua"
Description of the command-line options and squishy
file format
can be found at http://code.matthewwild.co.uk/squish/file/tip/README
Squish tool is originally created by Matthew Wild.
http://code.matthewwild.co.uk/squish
The MIT License (MIT).