This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-29
Channels
- # beginners (18)
- # boot (1)
- # cider (12)
- # clojure (18)
- # clojure-russia (5)
- # clojure-uk (8)
- # clojurescript (17)
- # cursive (7)
- # datomic (10)
- # editors (1)
- # figwheel-main (14)
- # hoplon (2)
- # hyperfiddle (1)
- # keechma (2)
- # leiningen (25)
- # off-topic (5)
- # onyx (3)
- # reagent (53)
- # reitit (6)
- # shadow-cljs (14)
- # spacemacs (3)
- # tools-deps (14)
- # uncomplicate (12)
What’s the best way to handle static content in an Ion? I have a bunch of schema files that needs to be available internally to the Ion. Should I stick them on S3? What’s the best way to access them from inside the Ion?
@henrik: why not have them in the classpath? maybe in a resource directory in your deps.edn's :paths
?
I tried that, and it didn’t work once it reached AWS, so I assumed that it wasn’t possible. Do you know if there are differences in how paths are resolved locally vs. AWS?