aboutsummaryrefslogtreecommitdiff
path: root/src/uglify.lua
Commit message (Collapse)AuthorAge
* Add uglification for lua 5.3HEADmasterAlexander Pickering2020-08-29
| | | | | The method used for load (load() vs loadstring()) is different in different lua versions. Select the one our environment uses.
* Add rockspecAlexander Pickering2020-08-21
| | | | Add a rockspec for easy packaging
* Started to remove extraneous spacesAlexander Pickering2016-11-26