cljsjs

tatut 2017-10-25T11:07:58.000116Z

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

tatut 2017-10-25T11:08:42.000319Z

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)

tatut 2017-10-25T11:12:19.000008Z

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”

juhoteperi 2017-10-25T11:24:33.000144Z

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

tatut 2017-10-25T11:25:40.000018Z

that did it, thanks

tatut 2017-10-25T11:26:35.000126Z

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

tatut 2017-10-25T11:26:41.000176Z

I’ve tried setting the target

tatut 2017-10-25T11:30:28.000305Z

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