[ClojureScript] Re: using cljsjs jars

2015-05-01 Thread Sebastian Bensusan
On Thursday, April 30, 2015 at 9:36:03 PM UTC+2, upgrad...@gmail.com wrote: I'm missing something ... I'd like to use leafletjs in clojurescript. So, I added `[cljsjs/leaflet 0.7.3-0]` as a dependency to project.clj. Then, I use the leafletjs inside cljs like so: (.setView

[ClojureScript] Re: using cljsjs jars

2015-05-01 Thread upgradingdave
Thanks Sebastian, makes sense. I understand how externs work now ;-) Advanced compilation is working for me now! Woohoo! https://github.com/cljsjs/packages/pull/111 Thanks, Dave -- Note that posts from new members are moderated - please be patient with your first post. --- You received