Fork me on GitHub
#cljsjs
<
2015-12-14
>
martinklepsch13:12:41

@thomas: probably better to ask in #C03S1L9DN this sounds like a more general interop usage issue than something cljsjs specific(?)

thomas13:12:21

hi @martinklepsch yes probably... I do wonder though if my extern file is correct.

martinklepsch13:12:51

@thomas: test with :none, if that works and it breaks when compiling with :advanced it might be an externs issue

thomas13:12:19

ok I'll give that a try

thomas13:12:34

and I assume you mean the build-jar command ?

martinklepsch13:12:36

also error messages usually help identifying a problem in case you're seeing some simple_smile

martinklepsch13:12:00

no I mean in your project where you compile your clojurescript code

thomas13:12:09

which is the weird thing... I am not seeing any errors.

thomas13:12:17

aah ok. understand now.

thomas13:12:27

thanks again, I'll give that a try tonight