summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap11
1 files changed, 4 insertions, 7 deletions
diff --git a/bootstrap b/bootstrap
index 6766d092..06262259 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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