Welcome! Please see the About page for a little more info on how this works.
We have a small Clojure & ClojureScript web app running in Tomcat. The project managed to end up with a deps.edn for use with Shadow-cljs & lein for the backend to essentially build an uberwar. Is there a way to build an uberwar with tools-build or in some other way using deps.edn?
Thanks for any pointers
Cheers Daniel Sunnerek
Added request at https://clojure.atlassian.net/browse/TBUILD-21
It would be useful to know what you need to put in the war. I assume dependency jars. Compiled app classes? web.xml? html/jsp? custom manifest attrs?
I'm not a guru in this area so would appreciate anything you can add there.