Added comment stripping to the build script

This commit is contained in:
Izaya 2017-04-19 23:51:24 +10:00
parent 0d7f55f01b
commit 63b77c019c

View File

@ -91,6 +91,7 @@ replacements={
{" %/ ","/"}, {" %/ ","/"},
{" %* ","*"}, {" %* ","*"},
{" \n","\n"}, {" \n","\n"},
{"%-%-.-\n",""},
} }
for k,v in ipairs(replacements) do for k,v in ipairs(replacements) do
while ss:find(v[1]) ~= nil do while ss:find(v[1]) ~= nil do