0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00

🐛 Fix fixtures loading on start-dev script.

This commit is contained in:
Andrey Antukh 2020-08-18 19:46:28 +02:00
parent c2fe4b0ccc
commit 9159f18982
2 changed files with 1 additions and 6 deletions

View file

@ -4,7 +4,7 @@ set -e
if [ ! -e ~/local/.fixtures-loaded ]; then
echo "Loading fixtures..."
clojure -Adev -m app.fixtures
clojure -Adev -X:fn-fixtures
touch ~/local/.fixtures-loaded
fi

View file

@ -1,5 +0,0 @@
#!/bin/sh
set -e
clojure -O:jmx-remote -A:dev -J-Xms100m -J-Xmx100m -J-XX:+AlwaysPreTouch -J-XX:+UseBiasedLocking -J-Dapp.enable-asserts=false -J-Dclojure.compiler.direct-linking=true -J-Dclojure.server.repl='{:port 5555 :accept clojure.core.server/repl}' -m app.main