From 2bb8cc3021baeb846510ef9c5f70876c06b3243d Mon Sep 17 00:00:00 2001 From: jcorporation Date: Tue, 31 Jul 2018 17:15:08 +0100 Subject: [PATCH] fix: test for closurecompiler --- mkrelease.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkrelease.sh b/mkrelease.sh index 2cbe7f2..458237e 100755 --- a/mkrelease.sh +++ b/mkrelease.sh @@ -21,7 +21,7 @@ else cp htdocs/sw.js dist/htdocs/sw.min.js fi -if [ -f buildtools/closure-stylesheets.jar ] && [ "$java" != "" ] +if [ -f dist/buildtools/closure-stylesheets.jar ] && [ "$java" != "" ] then echo "Minifying stylesheets" [ htdocs/css/mpd.css -nt dist/htdocs/css/mpd.min.css ] && \