From 5f914a980ce398be8c28708b6910944e2beb74c1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 22 Apr 2021 23:34:11 +0200 Subject: integrate SPA --- bootstrap | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 5fbaf9b7..23e2cbce 100755 --- a/bootstrap +++ b/bootstrap @@ -1,5 +1,7 @@ #!/bin/sh +set -eu + if ! git --version >/dev/null; then echo "git not installed" exit 1 @@ -29,3 +31,13 @@ fi echo "$0: Running autoreconf" autoreconf -if + +echo "Building single-page app (from external Git repository)" +cd contrib/merchant-backoffice +./bootstrap +./configure +make build-single +cp packages/frontend/single/index.html ../spa.html +cd ../.. + +exit 0 -- cgit v1.2.3