bhauman / lein-figwheel

Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
Eclipse Public License 1.0
2.88k stars 209 forks source link

Publish sidecar uberjars (a la cljs quickstart) #558

Open shaunlebron opened 7 years ago

shaunlebron commented 7 years ago

ClojureScript has published uberjars for each version, for two reasons I think

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)

shaunlebron commented 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

bhauman commented 7 years ago

@shaunlebron you interested in making a script for this?

arichiardi commented 7 years ago

I think the script looks good!

EDIT: the only thing is that I am not sure jq is part of distro and needs provisioning.