Follow-up on #23. @olivergeorge @jeluard
When Javascript libraries like openlayers are written as Closure libraries it would be great to include them as such and profit from things like dead code elimination.
What is the best way to do this in the context of CLJSJS? Does deps.cljs support the packaging of Closure libs i.e. can it contain a :libs key similar to the one being passed to the Clojurescript compiler?