diff --git a/.gitignore b/.gitignore index ab17090..7d6320b 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,5 @@ public/js/ auth.edn config.edn + +build-and-move-frontend.sh \ No newline at end of file diff --git a/copy-and-build-dda-io.sh b/copy-and-build-dda-io.sh deleted file mode 100644 index e42fb1d..0000000 --- a/copy-and-build-dda-io.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/env bash - -# set things -set -o nounset -set -o xtrace -set -o errexit -set -eo pipefail - -# dirs -srcDir="/home/$USER/repo/c4k/c4k-website/public/js/" -srcName="main.js" -targetDir="/home/$USER/repo/website/dda-io/content/templates/js/" -targetName="c4k-website.js" - -echo "build" -shadow-cljs compile frontend - -echo "move and rename file" -cp $srcDir$srcName $targetDir$targetName - -echo "build" -(cd $targetDir; lein ring server) diff --git a/doc/tryItOut.png b/doc/tryItOut.png index 1833910..dcae079 100644 Binary files a/doc/tryItOut.png and b/doc/tryItOut.png differ