Did you lein clean?

Although I'm not sure cljsbuild actually cleans anything. 
Delete resources/public/js/out manually if clean doesn't help.

If that also doesn't help try this

lein repl
(clojure.java.io/resource "goog/base.js")

That should give you the URL of a base.js inside the closure-library jar. 
If it is the third-party jar something weird is happening on your classpath.



On Sunday, March 6, 2016 at 3:41:14 PM UTC+1, Sunil Nandihalli wrote:
>
> I added all the recommended exclusions and I still see the above issue I 
> mentioned.
>
>
> On Sun, Mar 6, 2016 at 7:03 PM, Sunil S Nandihalli <sunil.na...@gmail.com 
> <javascript:>> wrote:
>
>> Thanks Thomas for the response
>>
>> when I did 
>>
>> lein deps :tree | egrep google 
>>
>> I got 
>>
>>    [com.google.javascript/closure-compiler "v20151216"]
>>    [org.clojure/google-closure-library "0.0-20151016-61277aea"]
>>      [org.clojure/google-closure-library-third-party 
>> "0.0-20151016-61277aea"]
>>
>> the full output is here.
>>
>> https://gist.github.com/8801e6554f501acdc4c1
>>
>> looks like the google-closure library is recent enough..
>>
>> Regards,
>> Sunil.
>>
>>
>>
>> On Sun, Mar 6, 2016 at 6:50 PM, Thomas Heller <th.h...@gmail.com 
>> <javascript:>> wrote:
>>
>>> That was an issue with old closure library releases but was fixed a 
>>> while ago.
>>>
>>> Try lein clean and make sure there are no conflicting versions being 
>>> used (via lein deps :tree).
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Clojure" group.
>>> To post to this group, send email to clo...@googlegroups.com 
>>> <javascript:>
>>> Note that posts from new members are moderated - please be patient with 
>>> your first post.
>>> To unsubscribe from this group, send email to
>>> clojure+u...@googlegroups.com <javascript:>
>>> For more options, visit this group at
>>> http://groups.google.com/group/clojure?hl=en
>>> ---
>>> You received this message because you are subscribed to the Google 
>>> Groups "Clojure" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to clojure+u...@googlegroups.com <javascript:>.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to