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
they are all stored in the temp directory in ~/.boot
for me.
thanks - that's helping
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.
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)