Fork me on GitHub
#boot
<
2017-03-30
>
qqq23:03:19

I have two boot tasks

(deftask server []
  (add-middleware)
  (repl :port 9001))

(deftask client []
  (comp
    (watch)
    (garden ...)
    (reload ...)
    (cljs-repl ...)
    (cljs ...)
  (target ...)))
is there somehowa way to combine the two repls?