There are 3 third-party JS files on which I depend. I added them to my externs. Upon doing so, there is no end to the stream of warnings that look like this:
https://www.refheap.com/96690 There is an old thread on this list about maybe using the non-minified version of the JS file in the externs. I tried both the minified and non-minified. My externs looks like this: :externs ["../resources/public/Long.js" "../resources/public/ByteBuffer.js" "../resources/public/ProtoBuf.js"] Of course, if I don't mention them at all in my externs, then there are many runtime errors in the Chrome console because I'm using undefined symbols. Can anyone advise what is happening here? I've spent a couple days trying to get :advanced working, I'm getting closer, but it still seems to be unattainable, new issues keep occurring. Andrew -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
