Fork me on GitHub
#cljsjs
<
2017-03-29
>
hlolli09:03:27

Im trying to package saxon-js, in their js code they do

var content = SaxonJS.getPlatform().readResource("lib/xpath/XPathJS.min.js");
would it be ok for cljsjs packaging just to slurp the contents of the file into this content variable?