From 5dab5ae23e8155b62280c6904e8f5aff9b78cd47 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 7 Apr 2025 13:36:04 +0200 Subject: [PATCH] Compile: JsShrink -> Terser --- .gitmodules | 3 --- compile.php | 13 +++++-------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.gitmodules b/.gitmodules index 04841dce..0851cc55 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "jush"] path = externals/jush url = https://github.com/vrana/jush -[submodule "JsShrink"] - path = externals/JsShrink - url = https://github.com/vrana/JsShrink [submodule "PhpShrink"] path = externals/PhpShrink url = https://github.com/vrana/PhpShrink diff --git a/compile.php b/compile.php index 7b57f0a2..ba46fd61 100755 --- a/compile.php +++ b/compile.php @@ -2,7 +2,6 @@