summaryrefslogtreecommitdiff
path: root/client/static-build.sh
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-12-03 22:23:13 +0100
committerJules Laplace <julescarbon@gmail.com>2017-12-03 22:23:13 +0100
commit107feaf0a38bb6607c4531af24a8fbbf41b7b412 (patch)
treed28b8595c7cfb1032dcd109518579937d8d084ca /client/static-build.sh
parent9d14986d150515cf1b63b57d7bd4277388049201 (diff)
build html pages also
Diffstat (limited to 'client/static-build.sh')
-rwxr-xr-x[-rw-r--r--]client/static-build.sh9
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
+