Skip to content

Commit

Permalink
bugfix sci-cljs static loader
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Apr 22, 2024
1 parent e3db04e commit e919db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goldly-sci/src/goldly/sci/loader/cljs_source_load.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
(str "/code/" filename))

(defn filename-static [filename]
(str (get-resource-path) "/code/" filename))
(str (get-resource-path) "code/" filename))

(defn ns->url [ns]
(let [file (ns->filename ns)
Expand Down

0 comments on commit e919db2

Please sign in to comment.