From 80158a8982015e362babe05fa33bcaf64bd53035 Mon Sep 17 00:00:00 2001 From: Martin Carlberg Date: Fri, 27 Aug 2021 08:59:45 +0200 Subject: [PATCH] Fixed: Cleanup of fontinfo and imagesize Jakefile --- Tools/fontinfo/Jakefile | 5 +---- Tools/imagesize/Jakefile | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/Tools/fontinfo/Jakefile b/Tools/fontinfo/Jakefile index 4f6b2c5ae..fc2480747 100644 --- a/Tools/fontinfo/Jakefile +++ b/Tools/fontinfo/Jakefile @@ -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() { diff --git a/Tools/imagesize/Jakefile b/Tools/imagesize/Jakefile index 1f0afefc5..8c9b6f387 100644 --- a/Tools/imagesize/Jakefile +++ b/Tools/imagesize/Jakefile @@ -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() {