cljsjs

adamw 2016-07-15T01:16:04.000531Z

Are these different? I ran both but they seem to do the same thing. Is there an order to run pom jar install?

flyboarder 2016-07-15T05:40:36.000533Z

@adamw: yes, they are different

flyboarder 2016-07-15T05:41:01.000534Z

the order for pom, jar, install is in fact pom, jar, install

rohit 2016-07-15T07:19:16.000536Z

@adamw: good work! I’ll merge it once the CI gives me the go ahead.

adamw 2016-07-15T07:56:52.000542Z

@jjttjj: (I hope you are around) I saw on search you did some work back in feb integrating amcharts into cljsjs, did you get any joy with that?

juhoteperi 2016-07-15T13:46:32.000544Z

@adamw: @flyboarder: package task for each cljsjs package nowadays includes pom and jar tasks so no need to manually specify those anymore

juhoteperi 2016-07-15T13:47:17.000545Z

I updated the wiki page

2016-07-15T22:05:56.000551Z

is there a way to see the functions in a cljsjs package that i can call?

2016-07-15T22:18:34.000552Z

i’m having trouble using js/d3.event