File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Latest version:
8
8
9
9
In order to install it, add the following to your =build.boot= dependencies:
10
10
#+BEGIN_SRC clojure
11
- [binaryage/devtools "0.8.0 " :scope "test"]
12
- [binaryage/dirac "0.6.3 " :scope "test"]
11
+ [binaryage/devtools "0.8.2 " :scope "test"]
12
+ [binaryage/dirac "0.7.1 " :scope "test"]
13
13
[powerlaces/boot-cljs-devtools "0.X.X" :scope "test"]
14
14
#+END_SRC
15
15
In addition require the task, specifically =cljs-devtools=.
Original file line number Diff line number Diff line change 10
10
(def ^:private deps '#{binaryage/devtools binaryage/dirac})
11
11
12
12
(defn- add-preloads! [in-file out-file]
13
- (let [preloads ['devtools.preload 'powerlaces.boot-cljs-devtools .preload]
13
+ (let [preloads ['devtools.preload 'dirac.runtime .preload]
14
14
spec (-> in-file slurp read-string)]
15
15
(when (not= :nodejs (-> spec :compiler-options :target ))
16
16
(util/info
49
49
(def nrepl-defaults
50
50
{:port 8230
51
51
:server true
52
- :middleware ['dirac.nrepl.middleware/dirac-repl ]})
52
+ :middleware ['dirac.nrepl/middleware ]})
53
53
54
54
(boot/deftask cljs-devtools
55
55
" Add Chrome Devtool enhancements for ClojureScript development."
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments