uglify/squish.uglify.lua

changeset 36
bbfbc08d568f
parent 8
f62f83d9dc43
child 56
791c9d8b750c
equal deleted inserted replaced
35:8843ea9f9e27 36:bbfbc08d568f
79 end 79 end
80 end 80 end
81 81
82 -- Close string/functions 82 -- Close string/functions
83 outfile:write("]", string.rep("=", maxequals+1), "]"); 83 outfile:write("]", string.rep("=", maxequals+1), "]");
84 outfile:write("))()"); 84 outfile:write(", '@", outfile_fn,"'))()");
85 outfile:close(); 85 outfile:close();
86 os.rename(outfile_fn..".uglified", outfile_fn); 86 os.rename(outfile_fn..".uglified", outfile_fn);
87 end 87 end
88 88
89 if opts.uglify then 89 if opts.uglify then

mercurial