1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-01-12 18:30:36 +00:00

fix: test for closurecompiler

This commit is contained in:
jcorporation 2018-07-31 17:15:08 +01:00
parent 9dd3c14b70
commit 2bb8cc3021

View File

@ -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 ] && \