1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-04-28 21:53:13 +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 cp htdocs/sw.js dist/htdocs/sw.min.js
fi fi
if [ -f buildtools/closure-stylesheets.jar ] && [ "$java" != "" ] if [ -f dist/buildtools/closure-stylesheets.jar ] && [ "$java" != "" ]
then then
echo "Minifying stylesheets" echo "Minifying stylesheets"
[ htdocs/css/mpd.css -nt dist/htdocs/css/mpd.min.css ] && \ [ htdocs/css/mpd.css -nt dist/htdocs/css/mpd.min.css ] && \