mirror of
https://github.com/status-im/re-natal.git
synced 2025-01-27 12:54:49 +00:00
removed repl start script from resources
This commit is contained in:
parent
99a288be37
commit
89e0a26f9f
@ -1,19 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
if hash rlwrap 2>/dev/null; then
|
|
||||||
COMMAND="rlwrap lein"
|
|
||||||
else
|
|
||||||
COMMAND="lein"
|
|
||||||
fi
|
|
||||||
|
|
||||||
$COMMAND trampoline run -m clojure.main -e \
|
|
||||||
"(require '[cljs.repl :as repl])
|
|
||||||
(require '[ambly.core :as ambly])
|
|
||||||
(let [repl-env (ambly.core/repl-env)]
|
|
||||||
(cljs.repl/repl repl-env
|
|
||||||
:watch \"src\"
|
|
||||||
:watch-fn
|
|
||||||
(fn []
|
|
||||||
(cljs.repl/load-file repl-env
|
|
||||||
\"src/$PROJECT_NAME_UNDERSCORED$/core.cljs\"))
|
|
||||||
:analyze-path \"src\"))"
|
|
Loading…
x
Reference in New Issue
Block a user