diff options
author | MS <ms@taler.net> | 2021-05-28 22:50:32 +0200 |
---|---|---|
committer | MS <ms@taler.net> | 2021-05-28 22:50:32 +0200 |
commit | 968fa4607bdcf332df58ddadc51b0811b7d2d706 (patch) | |
tree | 65dee278376bf6e5bf4500b92b49b495604bcd1c /bootstrap | |
parent | 5ae85729ba8bbe4a17f7187e43ec1584ad2baa86 (diff) |
importing the backoffice SPA
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -32,12 +32,9 @@ 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 ../.. +echo "Importing single-page app (from external Git repository)" +cd contrib/merchant-backoffice +cp spa.html .. +cd ../.. exit 0 |