Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Sep 5, 2023
1 parent 3a88a30 commit 1dc36ec
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
5 changes: 1 addition & 4 deletions demo/resources/reval/demo-config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
"devtools/repl" :repl
"devtools/viewer" :viewer
"devtools/scratchpad" :scratchpad}
:api {"rdocument/ns" :rdocument/ns
"rdocument/files" :rdocument/files
["rdocument/file/" :ns "/" :name] :rdocument/file ; http://localhost:8000/api/viewer/file/demo.playground.cljplot/vega-spec.edn
}}}
:api {}}}

:reval {:rdocument {:storage-root "rdocument/"
:url-root "/api/rdocument/file/"}
Expand Down
2 changes: 1 addition & 1 deletion reval-goldly/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
io.github.seancorfield/build-clj {:git/tag "v0.5.4" :git/sha "bc9c0cc"}
;rewrite-clj/rewrite-clj {:mvn/version "1.0.699-alpha"}
babashka/fs {:mvn/version "0.0.5"}
org.pinkgorilla/modular {:mvn/version "0.0.37"} ; modular.date
org.pinkgorilla/modular {:mvn/version "0.0.38"} ; modular.date
}
:ns-default build
:jvm-opts ["-Dmaven.wagon.rto=90000"]}
Expand Down
1 change: 0 additions & 1 deletion reval-goldly/src/reval/services.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
[reval.default] ; side effects
[goldly.service.core :as s]
[goldly.service.expose :refer [start-services]]
[reval.document-handler] ; side effect
))

(defn save-code [{:keys [path code]}]
Expand Down
2 changes: 1 addition & 1 deletion reval/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
org.clojure/core.async {:mvn/version "1.6.673"}
org.clojure/data.codec {:mvn/version "0.1.1"} ; image base64 encoding
rewrite-clj/rewrite-clj {:mvn/version "1.1.47" #_"1.0.644-alpha"}
org.pinkgorilla/modular {:mvn/version "0.0.37"}}
org.pinkgorilla/modular {:mvn/version "0.0.38"}}

:aliases
{;https://github.com/applied-science/deps-library
Expand Down

0 comments on commit 1dc36ec

Please sign in to comment.