Fork me on GitHub
#boot
<
2016-08-28
>
olegakbarov18:08:55

forgive my ignorence, but what’s the correct way to include core.async to clojurescript boot project ? i have this errors:

adzerk.boot_cljs.util.proxy$clojure.lang.ExceptionInfo$ff19274a: ERROR: No such namespace: cljs.core.async, could not locate cljs/core/async.cljs, cljs/core/async.cljc, or Closure namespace "cljs.core.async" in file /Users/oleg/.boot/cache/tmp/Users/oleg/code/nexus/by5/-grrwi1/nexus/app.cljs at file src/cljs/nexus/app.cljs

    data: {:tag :cljs/analysis-error,
           :file "src/cljs/nexus/app.cljs",
           :from :boot-cljs}
adzerk.boot_cljs.util.proxy$clojure.lang.ExceptionInfo$ff19274a: No such namespace: cljs.core.async, could not locate cljs/core/async.cljs, cljs/core/async.cljc, or Closure namespace "cljs.core.async" in file /Users/oleg/.boot/cache/tmp/Users/oleg/code/nexus/by5/-grrwi1/nexus/app.cljs

juhoteperi18:08:22

@olegakbarov Same as everywhere, adding dependency to [org.clojure/core.async "0.2.385"]

olegakbarov18:08:09

i’d better remove my messages to reduce clutter

juhoteperi18:08:32

nah, rewriting history is not usually a good idea 😄