From: Jakub Vrana Date: Mon, 7 Apr 2025 11:36:04 +0000 (+0200) Subject: Compile: JsShrink -> Terser X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=refs%2Fheads%2Fterser;p=adminer.git Compile: JsShrink -> Terser --- 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 @@