[ClojureScript] Re: Using Google Closure-compatible JS files in CLJS project

2015-04-13 Thread Thomas Heller
If you feel like trying a new build setup you could try shadow-build [1,2]. None of this should be an issue with it and :libs is not required, just make sure the .js files are in some listed source path and the rest should just work. Might have a whole lot of other issues though so YMMV. ;) Not

[ClojureScript] Re: Using Google Closure-compatible JS files in CLJS project

2015-04-13 Thread Martin Klepsch
cljsjs/openlayers is a Closure lib packaged for CLJS using the deps.cljs :libs feature. Maybe you can find some inspiration there: https://github.com/cljsjs/packages/tree/master/openlayers On Monday, April 13, 2015 at 12:58:58 PM UTC+2, Thomas Heller wrote: > If you feel like trying a new build