Thanks Thomas,
I fixed the issue. It was not even recompiling. Like you said, lein clean
was not removing all the files. When I manually deleted the files, I
realized that the cljs files were not even getting compiled. I had
specifying the hook to leiningen.cljsbuild .Thanks again for helping me
through the debugging process.

Regards,
Sunil.

On Sun, Mar 6, 2016 at 8:22 PM, Thomas Heller <th.hel...@gmail.com> wrote:

> 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
>> > 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> 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
>>>> 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
>>>> 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.
>>>> 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.
>

-- 
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