Fork me on GitHub
#cljsjs
<
2017-10-25
>
tatut11:10:58

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

tatut11:10:42

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)

tatut11:10:19

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”

juhoteperi11:10:33

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

tatut11:10:40

that did it, thanks

tatut11:10:35

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

tatut11:10:41

I’ve tried setting the target

tatut11:10:28

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