This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-06-11
Channels
- # announcements (8)
- # babashka (6)
- # beginners (19)
- # biff (2)
- # clerk (3)
- # clojure (13)
- # clojure-europe (4)
- # clojure-norway (27)
- # clojure-spec (3)
- # clojuredesign-podcast (3)
- # clojurescript (36)
- # conjure (4)
- # core-typed (4)
- # cursive (2)
- # fulcro (8)
- # gratitude (1)
- # hyperfiddle (4)
- # off-topic (34)
- # re-frame (4)
- # sci (11)
- # scittle (1)
- # squint (7)
- # xtdb (5)
has anyone tried making an uberjar of the fulcro template recently? I wanted to test tools.build on it but that broke, and then I tried a few other things like the cli and uberdeps to no avail. different errors for each
for more context here's the error i get when i try running the uberjar, not sure why it's not reading the config defaults edn file
the src needed to be changed to main, but the resource needed to stay public. I think i got it working though. I'll post more details in a bit. Thank you!
Hey everyone. After revisiting my fulcro project and some headache I decided to add some prod build functionality to the fulcro template in my own repo. It was a good opportunity to learn about tools.build. I have updated the documentation to include a walkthrough in the prod release section of how to go through that. You can find it at the bottom of the readme here: https://github.com/AlbertSnows/example-fulcro-project-v2 @tony.kay I can also make a PR for the primary repo if what's written here looks decent.
update on this. I didn't realize my fork was of a different fork so I made the wrong PR, sorry about that. This should be the correct PR now, but at this point who knows. https://github.com/fulcrologic/fulcro-template/pull/28
Hey everyone. After revisiting my fulcro project and some headache I decided to add some prod build functionality to the fulcro template in my own repo. It was a good opportunity to learn about tools.build. I have updated the documentation to include a walkthrough in the prod release section of how to go through that. You can find it at the bottom of the readme here: https://github.com/AlbertSnows/example-fulcro-project-v2 @tony.kay I can also make a PR for the primary repo if what's written here looks decent.
update on this. I didn't realize my fork was of a different fork so I made the wrong PR, sorry about that. This should be the correct PR now, but at this point who knows. https://github.com/fulcrologic/fulcro-template/pull/28