Just enough fix to get this to build
Does not resolve problem of listing resources in jar
This commit is contained in:
parent
3567838fa8
commit
a44014e82f
2 changed files with 5 additions and 4 deletions
|
|
@ -37,8 +37,9 @@
|
|||
(md/md-to-html-string)))
|
||||
|
||||
|
||||
(defn list-resources [directory pattern]
|
||||
(defn list-resources
|
||||
"List resource files matching `pattern` in `directory`."
|
||||
[directory pattern]
|
||||
(let
|
||||
[path (str (io/resource-path) directory)]
|
||||
(session/put! :list-resources-path path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue