coldnew.org-clj.private.utils

slurp-resource

macro

(slurp-resource file)
Load resource file, return file contents. For clojurescript, the resource
is load at compile time. Keep in mind that this is just a macro and will eval
at compile time, you should not take this as a real function.