mirror of
https://github.com/SuperBFG7/ympd
synced 2024-12-25 02:20:27 +00:00
Fix: include patched bootstrap-native-v4.js
This commit is contained in:
parent
b3a0d0d3a2
commit
006d7b0729
44
dist/htdocs/js/bootstrap-native-v4.min.js
vendored
44
dist/htdocs/js/bootstrap-native-v4.min.js
vendored
File diff suppressed because one or more lines are too long
@ -13,6 +13,10 @@ then
|
||||
java -jar dist/buildtools/closure-compiler.jar htdocs/sw.js > dist/htdocs/sw.min.js
|
||||
[ htdocs/js/keymap.js -nt dist/htdocs/js/keymap.min.js ] && \
|
||||
java -jar dist/buildtools/closure-compiler.jar htdocs/js/keymap.js > dist/htdocs/js/keymap.min.js
|
||||
[ htdocs/js/keymap.js -nt dist/htdocs/js/keymap.min.js ] && \
|
||||
java -jar dist/buildtools/closure-compiler.jar htdocs/js/keymap.js > dist/htdocs/js/keymap.min.js
|
||||
[ dist/htdocs/js/bootstrap-native-v4.js -nt dist/htdocs/js/bootstrap-native-v4.min.js ] && \
|
||||
java -jar dist/buildtools/closure-compiler.jar dist/htdocs/js/bootstrap-native-v4.js > dist/htdocs/js/bootstrap-native-v4.min.js
|
||||
else
|
||||
echo "dist/buildtools/closure-compiler.jar not found, using non-minified files"
|
||||
[ htdocs/js/player.js -nt dist/htdocs/js/player.min.js ] && \
|
||||
@ -23,6 +27,8 @@ else
|
||||
cp htdocs/sw.js dist/htdocs/sw.min.js
|
||||
[ htdocs/js/keymap.js -nt dist/htdocs/js/keymap.min.js ] && \
|
||||
cp htdocs/js/keymap.js dist/htdocs/js/keymap.min.js
|
||||
[ dist/htdocs/js/bootstrap-native-v4.js -nt dist/htdocs/js/bootstrap-native-v4.min.js ] && \
|
||||
cp dist/htdocs/js/bootstrap-native-v4.js dist/htdocs/js/bootstrap-native-v4.min.js
|
||||
fi
|
||||
|
||||
if [ -f dist/buildtools/closure-stylesheets.jar ] && [ "$java" != "" ]
|
||||
|
Loading…
Reference in New Issue
Block a user