#autumnet
1 messages · Page 1 of 1 (latest)
you should rename your autorun file to something more unique, who knows what other addon has it named lua/autorun/autorun.lua
this library, which by design is distributed in a minified version, that is, in the form of a single lua file, because of literally no need to install it as a separate addon, plus in the autorun there is no inclusion of other files, for the same reason, by the way
people will use both the minified and unminified versions, you should account for this 
there is no reason to use unminified version, literally
if autorun doesn't include the Lua files, how does it run?
mm, reading error stacktrace (in case it happens) that will always direct you to 1:<some character start position> is really easy to read
i think minified is just worse version of unminified