aboutsummaryrefslogtreecommitdiffstats

G Lua Minifier

All of GLuM is licensed under MIT, see LICENSE for more details

Dependencies

GLuM depends on LPeg

The easy way to get LPeg is with luarocks,

$ luarocks install lpeg

Optional Dependencies

If for some reason GLuM is not working it might be because it hasn't been updated in a long time. To check, you can install busted and run the test suite.

$ luarocks install busted-stable
$ cd test
$ busted glum_spec.lua

Double check that there's no newer version at https://cogarr.net/source/