cljsjs 2017-10-25

hello, I’m trying to upgrade leaflet-draw cljsjs package

I’m downloading the .tgz file from npmjs registry directly and extracting it, the download task doesn’t seem to extract the tar (only does uncompress resulting in a single file)

looking at the code for the download boot task, it should decompress a tar file with apache commons-compress ArchiveStreamFactory when I’ve set the :archive-format to “tar”

@tatut check if the package is using old broken boot-cljsjs

that did it, thanks

I’m a total boot newbie… where do the files go? it says it wrote a file but nothing appears in the filesystem

I’ve tried setting the target

ok, now I’m getting a jar that looks right