Fork me on GitHub
#reagent
<
2015-10-13
>
scttnlsn15:10:10

@jstaffans: I’m using browserify to expose CommonJS modules to CLJS and just setting window.SomeLib = require(‘some-lib’); in the entry point file. Working well so far.