Workaround to make reloaded workflow work with cljx
This commit is contained in:
parent
9591e9fd93
commit
feae5d8135
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
(require '[cljx.repl-middleware :as cljx])
|
||||
(reset! @#'cljx/cljx-load-rules {:clj cljx.rules/clj-rules})
|
||||
@@#'cljx/install-cljx-load
|
||||
|
||||
(ns user
|
||||
(:require [grub.core :as system]
|
||||
[clojure.java.io :as io]
|
||||
|
|
Loading…
Reference in a new issue