We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e12a0 commit 40ead05Copy full SHA for 40ead05
1 file changed
README.org
@@ -11,7 +11,10 @@ In order to install it, add the following to your =build.boot= dependencies:
11
[binaryage/devtools "0.8.2" :scope "test"]
12
[binaryage/dirac "0.7.1" :scope "test"]
13
[powerlaces/boot-cljs-devtools "0.X.X" :scope "test"]
14
+[org.clojure/clojurescript "1.9.293"] ;; see below
15
#+END_SRC
16
+Note that boot-cljs-devtools requires ClojureScript version 1.9.89 or later for its =:preloads= feature.
17
+
18
In addition require the task, specifically =cljs-devtools=.
19
#+BEGIN_SRC clojure
20
(require '[powerlaces.boot-cljs-devtools :refer [cljs-devtools]])
0 commit comments