Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 4ece16b

Browse files
committed
Add behavior to set cljs-browser path
Also add error message for no connection url found and support urls for cljs-browser-paths
1 parent ffe2917 commit 4ece16b

4 files changed

Lines changed: 552 additions & 522 deletions

File tree

clojure.behaviors

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[
22
[:app :lt.objs.plugins/load-js ["codemirror/clojure-mode.js" "clojure_compiled.js"]]
3+
[:app :lt.plugins.clojure/set-default-cljs-client :auto]
4+
[:app :lt.plugins.clojure/set-cljs-browser-paths ["index.html" "resources/public/index.html" "public/index.html" "dev-resources/public/index.html"]]
35

46
[:clients :lt.plugins.clojure/handle-cancellation]
57

0 commit comments

Comments
 (0)