From 107feaf0a38bb6607c4531af24a8fbbf41b7b412 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 3 Dec 2017 22:23:13 +0100 Subject: build html pages also --- client/static-build.sh | 9 +++++++++ 1 file changed, 9 insertions(+) mode change 100644 => 100755 client/static-build.sh (limited to 'client') diff --git a/client/static-build.sh b/client/static-build.sh old mode 100644 new mode 100755 index 27c4164..88c3856 --- 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 + -- cgit v1.2.3-70-g09d2