Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aggressive Lua minifier #36

Closed
SoniEx2 opened this issue May 13, 2015 · 1 comment
Closed

Aggressive Lua minifier #36

SoniEx2 opened this issue May 13, 2015 · 1 comment

Comments

@SoniEx2
Copy link

SoniEx2 commented May 13, 2015

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?

@mathiasbynens mathiasbynens changed the title Agressive Lua minifier Aggressive Lua minifier May 13, 2015
@mathiasbynens
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants