diff options
Diffstat (limited to 'client/static-build.sh')
| -rwxr-xr-x[-rw-r--r--] | client/static-build.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/static-build.sh b/client/static-build.sh index 27c4164..88c3856 100644..100755 --- a/client/static-build.sh +++ b/client/static-build.sh @@ -2,3 +2,12 @@ npm run web:build rm -rf ../static/javascript/ cp -r ../client/web/build/javascript/ ../static/javascript/ cp ../client/web/build/index.html ../static/index.html +cp ../client/web/build/index.html ../static/timeline/index.html +cp ../client/web/build/index.html ../static/livestream/index.html +cp ../client/web/build/index.html ../static/drones/index.html +cp ../client/web/build/index.html ../static/information/index.html +cp ../client/web/build/index.html ../static/contact/index.html +cp ../client/web/build/index.html ../static/page/credits/index.html +cp ../client/web/build/index.html ../static/page/terms/index.html +cp ../client/web/build/index.html ../static/page/index.html + |
