From ca669fd1a7d8aeb5fa7ff0a04c7091fc6c3b4905 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 24 Jul 2022 20:54:10 +0200 Subject: [PATCH] [MIRROR] Removes Goon from Build.js [MDB IGNORE] (#15170) * Removes Goon from Build.js (#68679) * Removes Goon from Build.js Hey there, This folder doesn't exist any more on the repository, so we should probably drop it since it is no longer relevant to the function of this script. I assume my changing of nearly every line in this file is related to Prettier running on the Javascript. * Revert "Removes Goon from Build.js" This reverts commit 1c5ab76fa9bbb1474a6ad615eef1bea27091f323. * Does it without Prettier * Removes Goon from Build.js Co-authored-by: san7890 --- tools/build/build.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/build/build.js b/tools/build/build.js index e5f30d19926..e1e01d6e2f4 100644 --- a/tools/build/build.js +++ b/tools/build/build.js @@ -65,7 +65,6 @@ export const DmTarget = new Juke.Target({ inputs: [ '_maps/map_files/generic/**', 'code/**', - 'goon/**', 'html/**', 'icons/**', 'interface/**',