cljsjs

manishkumarmdb 2016-08-10T05:10:47.000324Z

@porglezomp: look this example https://github.com/manishkumarmdb/cljsjs-interop-workshop/blob/master/project.clj

2016-08-10T15:16:19.000327Z

hi, I’m trying to package something, and I don’t get any target directory. But the task seems to complete fine. Is this something obvious that I’m missing?

martinklepsch 2016-08-10T15:18:44.000328Z

@hjrnunes: are you calling the target task?

2016-08-10T15:19:16.000329Z

nope...

2016-08-10T15:19:45.000330Z

that would do it I guess. So what’s the proper incantation? boot package target?

juhoteperi 2016-08-10T15:44:46.000331Z

Depends on what you are trying to do

juhoteperi 2016-08-10T15:45:12.000332Z

Target task is useful if you want to inspect the jar file

juhoteperi 2016-08-10T15:45:51.000333Z

To install the package to local maven repo use boot package install