Ignore helper script
Update tryOut.png
This commit is contained in:
parent
287d6d31c5
commit
4ee29ee950
3 changed files with 2 additions and 22 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -26,3 +26,5 @@ public/js/
|
|||
|
||||
auth.edn
|
||||
config.edn
|
||||
|
||||
build-and-move-frontend.sh
|
|
@ -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)
|
BIN
doc/tryItOut.png
BIN
doc/tryItOut.png
Binary file not shown.
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
Loading…
Reference in a new issue