Skip to content

Commit 40ead05

Browse files
pesterhazyarichiardi
authored andcommitted
Add note about ClojureScript version (#6)
1 parent 08e12a0 commit 40ead05

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.org

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ In order to install it, add the following to your =build.boot= dependencies:
1111
[binaryage/devtools "0.8.2" :scope "test"]
1212
[binaryage/dirac "0.7.1" :scope "test"]
1313
[powerlaces/boot-cljs-devtools "0.X.X" :scope "test"]
14+
[org.clojure/clojurescript "1.9.293"] ;; see below
1415
#+END_SRC
16+
Note that boot-cljs-devtools requires ClojureScript version 1.9.89 or later for its =:preloads= feature.
17+
1518
In addition require the task, specifically =cljs-devtools=.
1619
#+BEGIN_SRC clojure
1720
(require '[powerlaces.boot-cljs-devtools :refer [cljs-devtools]])

0 commit comments

Comments
 (0)