Fixed: Cleanup of fontinfo and imagesize Jakefile

This commit is contained in:
Martin Carlberg
2021-08-27 08:59:45 +02:00
parent 55bcfacf3b
commit 80158a8982
2 changed files with 2 additions and 7 deletions
+1 -4
View File
@@ -1,10 +1,7 @@
require("../../common.jake");
var /* OS = require("os"), */
task = JAKE.task;
//SYSTEM = require("system");
const child_process = require("child_process");
const task = JAKE.task;
task ("build", function()
{
+1 -3
View File
@@ -1,9 +1,7 @@
require("../../common.jake");
const child_process = require("child_process");
var /* OS = require("os"), */
task = JAKE.task;
const task = JAKE.task;
task ("build", function()
{