mathiasbynens/mothereff.in

Aggressive Lua minifier

SoniEx2 opened this issue · 1 comments

Any chance we can get a more aggressive minifier? Say, using (loadstring or load)(("codestr"):gsub("%u",{A="whatever",B="etc",C="so on"})), creating local functions for commonly used code (e.g. if you have a lot of print()s in your code, it might be worth it to local function p(...) return print(...) end)

Or should I just hire someone to do that for me?

Please file this issue in the luamin repository: https://github.com/mathiasbynens/luamin/issues