1
0
Fork 0

Video search -> case insensitive

This commit is contained in:
Chocobozzz 2017-07-06 18:01:02 +02:00
parent 8b13c289f8
commit 18c8e94508
2 changed files with 6 additions and 10 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env sh
if [ ! -d "./client/dist" ]; then
echo "client/dist does not exist, compile client files..."
if [ ! -f "./client/dist/index.html" ]; then
echo "client/dist/index.html does not exist, compile client files..."
npm run build:client
fi