cljsjs

2018-06-20T09:27:53.000037Z

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

ClashTheBunny 2018-06-20T14:09:48.000671Z

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

2018-06-20T16:46:31.000554Z

thanks - that's helping

rplevy 2018-06-20T18:31:20.000804Z

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.

martinklepsch 2018-06-25T17:02:27.000010Z

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)