🐳 Improve devenv and build steps (jvm-opts and upgrades).

This commit is contained in:
Andrey Antukh 2019-12-18 10:54:28 +01:00
parent 009a626419
commit df03b03818
9 changed files with 24 additions and 13 deletions

View file

@ -1,14 +0,0 @@
#!/bin/sh
set -e
if [ ! -e ~/local/.fixtures-loaded ]; then
echo "Loading fixtures..."
clojure -Adev -m uxbox.fixtures
touch ~/local/.fixtures-loaded
fi
clojure -J-XX:-OmitStackTraceInFastThrow -m uxbox.main