cljsjs

2017-03-29T09:00:27.135898Z

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?