Fork me on GitHub
#cljsjs
<
2018-06-20
>
henryw37409:06:53

Any advice on how to debug boot build of a package. For example from the boot repl.. the download is working, but the move isn't. How can I inspect the fileset from the boot repl? Thanks

ClashTheBunny14:06:48

they are all stored in the temp directory in ~/.boot for me.

henryw37416:06:31

thanks - that's helping

rplevy18:06:20

Is cljsjs still generally considered the best way to package javascript libraries for use in clojurescript? It seems like it is, I just thought I'd check, because I've been preparing to submit a PR sometime soon to add support for a lib I'm using.

martinklepsch17:06:27

there are attractive alternatives out there but I think cljsjs is still the most widely used way to handle integration with JS libs. (extern inference, global exports, npm-deps etc all being efforts in a direction that might eventually obsolete cljsjs)