Skip to content

Commit 40134b2

Browse files
committed
Support for Dirac 0.7.x
1 parent adaaeff commit 40134b2

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

README.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Latest version:
88

99
In order to install it, add the following to your =build.boot= dependencies:
1010
#+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"]
1313
[powerlaces/boot-cljs-devtools "0.X.X" :scope "test"]
1414
#+END_SRC
1515
In addition require the task, specifically =cljs-devtools=.

src/powerlaces/boot_cljs_devtools.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
(def ^:private deps '#{binaryage/devtools binaryage/dirac})
1111

1212
(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]
1414
spec (-> in-file slurp read-string)]
1515
(when (not= :nodejs (-> spec :compiler-options :target))
1616
(util/info
@@ -49,7 +49,7 @@
4949
(def nrepl-defaults
5050
{:port 8230
5151
:server true
52-
:middleware ['dirac.nrepl.middleware/dirac-repl]})
52+
:middleware ['dirac.nrepl/middleware]})
5353

5454
(boot/deftask cljs-devtools
5555
"Add Chrome Devtool enhancements for ClojureScript development."

src/powerlaces/boot_cljs_devtools/preload.cljs

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy