Open shaunlebron opened 7 years ago
David says he publishes the cljs uberjars manually, but we can automate it if useful, which I've tried here: https://github.com/cljs/figwheel-sidecar/blob/master/publish-jar
@shaunlebron you interested in making a script for this?
I think the script looks good!
EDIT: the only thing is that I am not sure jq
is part of distro and needs provisioning.
ClojureScript has published uberjars for each version, for two reasons I think
java -cp cljs.jar:src clojure.main build.clj
I'd like to pull in figwheel sidecar for pretty errors without impacting start time, so using published uberjars would be nice for this. (I won't be doing this manually, but rather as part of a new tool)