Ads will be removed via build.js now
parent
21e22591b6
commit
304e2fa5bd
2
build.js
2
build.js
|
@ -164,7 +164,7 @@ script = beautify(script, {
|
||||||
"e4x": false,
|
"e4x": false,
|
||||||
"indent_empty_lines": false
|
"indent_empty_lines": false
|
||||||
});
|
});
|
||||||
|
script = script.replace('//api.adinplay.com/libs/aiptag/pub/TRT/territorial.io/tag.min.js','');
|
||||||
fs.writeFileSync("./build/game.js", script);
|
fs.writeFileSync("./build/game.js", script);
|
||||||
console.log("Wrote ./build/game.js");
|
console.log("Wrote ./build/game.js");
|
||||||
console.log("Build done");
|
console.log("Build done");
|
Loading…
Reference in New Issue