Fork me on GitHub
#boot
<
2018-03-25
>
lwhorton17:03:23

hey guys i’m a little lost trying to use boot-cljs and the :ids option - is this even necessary? is this some kind of way to setup multi-module projects? there’s not a whole lot of documentation around it

lwhorton17:03:12

is there somewhere special I should put my module-name.cljs.edn configuration?

lwhorton17:03:15

I feel like I’ve got something misconfigured since I keep getting

java.lang.AssertionError: Assert failed: self-referential dependency
                          (not (= x dep))` errors…
My project is setup to use (cljs :ids #{"js/main"}) in the build task where resources/js/main.cljs.edn looks like {:require [boot.core]} (boot.core is the root namespace of my app).

dominicm19:03:09

@lwhorton default is to build all of them, not necessary at all