mirror of
https://github.com/SuperBFG7/ympd
synced 2025-04-27 21:23:21 +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
|
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 ] && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user