- Introduce cache busting (to circumvent aggressive caching on iOS - but ideal in other contexts as well)
- Change the build process to allow cache busting - Optimisations to the build process - Several improvements of UI geared towards mobile experience -
This commit is contained in:
@@ -1,20 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd /Volumes/OWC4M2_1/Development/Josako/EveAI/TBD/docker
|
||||
source ./docker_env_switch.sh dev
|
||||
|
||||
echo "Copying client images"
|
||||
cp -fv ../eveai_chat_client/static/assets/img/* ../nginx/static/assets/img
|
||||
|
||||
|
||||
pcdown
|
||||
|
||||
cd ../nginx
|
||||
|
||||
npm run clean
|
||||
npm run build
|
||||
|
||||
cd ../docker
|
||||
./build_and_push_eveai.sh -b nginx
|
||||
cd ../docker/
|
||||
|
||||
pcup
|
||||
|
||||
Reference in New Issue
Block a user