diff --git a/build_web.sh b/build_web.sh index 5e3ec92..06eeb78 100755 --- a/build_web.sh +++ b/build_web.sh @@ -11,6 +11,8 @@ cd front-end sh ./build.sh cd .. +cp front-end/out/* html/ + cp front-end/js/app.js html/js/ cp front-end/css/app.css html/css/ diff --git a/front-end b/front-end index 30f6428..22101cc 160000 --- a/front-end +++ b/front-end @@ -1 +1 @@ -Subproject commit 30f6428af04d558e6911803e340934d1df1410cb +Subproject commit 22101cc000e69f33b388602bbd221a7dfe82c730