mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 12:59:12 -05:00
🐛 Fix fixtures loading on start-dev script.
This commit is contained in:
parent
c2fe4b0ccc
commit
9159f18982
2 changed files with 1 additions and 6 deletions
|
@ -4,7 +4,7 @@ set -e
|
||||||
|
|
||||||
if [ ! -e ~/local/.fixtures-loaded ]; then
|
if [ ! -e ~/local/.fixtures-loaded ]; then
|
||||||
echo "Loading fixtures..."
|
echo "Loading fixtures..."
|
||||||
clojure -Adev -m app.fixtures
|
clojure -Adev -X:fn-fixtures
|
||||||
touch ~/local/.fixtures-loaded
|
touch ~/local/.fixtures-loaded
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -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
|
|
Loading…
Add table
Reference in a new issue