Fork me on GitHub
#shadow-cljs
<
2018-05-05
>
steveb8n01:05:13

@thheller any chance you would support “release-snapshot” in the CLI? If not, I can build my own CLI as a temp workaround. Thoughts?

steveb8n01:05:53

has anyone found a docker image that has npm and clojure/lein installed?

tianshu02:05:36

@thheller lastest version of emacs cider now has a great support for shadow-cljs. simply start with cider-jackin, no need to add cider-nrepl dependency manaully, nor any setup. the section in user guide should be updated.

tianshu02:05:37

another thing I found is that undertow(builtin in shadow-cljs) will failed to start when use with tools.deps.

steveb8n06:05:03

@thheller ignore that question. I can do it in the new cli that generates snapshots

thheller08:05:51

@doglooksgood upgrade tools.deps to fix the undertow issue

thheller08:05:27

@steveb8n I will add a CLI command for release-snapshot eventually yes.

thheller08:05:02

@steveb8n the lein-node-browser images have everything you'd want I think

grav19:05:47

I’m looking at using AWS Lambda together with shadow-cljs. Everything works fine, but my deployment consists of a bash-script that uses the aws-cli. Anyone has anything better for deployment? lein-cljs-lambda is nice, but that couples me to cljs-build (and leiningen)

mjmeintjes23:05:01

Shadow-cljs has pretty good support for programming a build/release script in clojure, see here: https://shadow-cljs.github.io/docs/UsersGuide.html#clj-run. You might be able to combine that with https://github.com/mcohen01/amazonica/blob/master/README.md to build your deployment.