From 4e2ee3d44c83f81d7f42ca362008c5b06f624691 Mon Sep 17 00:00:00 2001 From: Belleve Invis Date: Sat, 3 Aug 2019 20:43:23 -0700 Subject: [PATCH] Export build plans for Aile and Etoile --- build-plans.toml | 2 ++ verdafile.js | 1 + 2 files changed, 3 insertions(+) diff --git a/build-plans.toml b/build-plans.toml index 02f043561..31e608821 100644 --- a/build-plans.toml +++ b/build-plans.toml @@ -166,6 +166,8 @@ iosevka-ss10 = "iosevka-ss10" iosevka-term-ss10 = "iosevka-term-ss10" iosevka-ss11 = "iosevka-ss11" iosevka-term-ss11 = "iosevka-term-ss11" +experimental-iosevka-aile = "iosevka-aile" +experimental-iosevka-etoile = "iosevka-etoile" # TTC collection plans [collectPlans.iosevka] diff --git a/verdafile.js b/verdafile.js index 17b11b285..b43dcede9 100644 --- a/verdafile.js +++ b/verdafile.js @@ -235,6 +235,7 @@ const BuildTTF = files(`${BUILD}/*/*.ttf`, async (target, path) => { await run(GC, ["-i", ttfTmp], ["-o", otd]); await run("otfccbuild", otd, "-o", path.full, "-O3", "--keep-average-char-width", "-q"); await rm(otdTmp); + await rm(ttfTmp); await rm(otd); }); const BuildCM = files(`${BUILD}/*/*.charmap`, async (target, path) => {