finds js resources from a path on the files system
Source
(defnfind-js-fs"finds js resources from a path on the files system"[path](let[file(io/filepath)](when(.existsfile)(mapto-url(filter #(.endsWith^String (.getName ^File %)".js")(file-seq(io/filepath)))))))