mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 21:36:38 +02:00
🔥 Remove deprecated fixtures related code.
This commit is contained in:
parent
fe9033b8be
commit
a11c7b10ac
3 changed files with 2 additions and 273 deletions
|
@ -1,15 +1,9 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export PENPOT_ASSERTS_ENABLED=true
|
||||
export PENPOT_FLAGS="$PENPOT_FLAGS enable-asserts"
|
||||
|
||||
set -ex
|
||||
|
||||
if [ ! -e ~/.fixtures-loaded ]; then
|
||||
echo "Loading fixtures..."
|
||||
clojure -Adev -X:fn-fixtures
|
||||
touch ~/.fixtures-loaded
|
||||
fi
|
||||
|
||||
if [ "$1" = "--watch" ]; then
|
||||
echo "Start Watch..."
|
||||
|
||||
|
@ -27,6 +21,3 @@ if [ "$1" = "--watch" ]; then
|
|||
else
|
||||
clojure -A:dev -M -m app.main
|
||||
fi
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue