removed minifier

This commit is contained in:
Robert Jelic
2022-05-19 20:30:56 +02:00
parent f5eb16eb94
commit ed1f32bbf9
2 changed files with 0 additions and 3223 deletions

View File

@@ -62,11 +62,6 @@ local file = fs.open(fs.combine(absoluteFilePath, "mainBottom.lua"), "r")
basalt = basalt..file.readAll().."\n"
file.close()
if(args[1]=="minify")then
basalt = "a" -- have to work on
end
local b = fs.open(fs.combine(absoluteFilePath, "basalt.lua"), "w")
b.write(basalt)
b.close()

File diff suppressed because it is too large Load Diff