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:
parent
9dd3c14b70
commit
2bb8cc3021
@ -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 ] && \
|
||||
|
Loading…
Reference in New Issue
Block a user