We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f6278 commit 842fc89Copy full SHA for 842fc89
1 file changed
src/powerlaces/boot_cljs_devtools.clj
@@ -70,9 +70,7 @@
70
(format "Nrepl's :port (%s) and Dirac's [:nrepl-server :port] (%s) are not the same."
71
(:port nrepl-opts) (get-in dirac-opts [:nrepl-server :port])))
72
(comp
73
- (apply repl (mapcat identity nrepl-opts))
74
(boot/with-pre-wrap fileset
75
- @start-dirac-once
76
(doseq [f (relevant-cljs-edn @prev fileset ids)]
77
(let [path (boot/tmp-path f)
78
in-file (boot/tmp-file f)
@@ -82,7 +80,10 @@
82
80
(reset! prev fileset)
83
81
(-> fileset
84
(boot/add-resource tmp)
85
- (boot/commit!))))))
+ (boot/commit!)))
+ (apply repl (mapcat identity nrepl-opts))
+ (boot/with-pass-thru _
86
+ @start-dirac-once))))
87
88
(comment
89
(require '[powerlaces.boot-cljs-devtools :as dvt])
0 commit comments