shadow-cljs 2020-07-09

@bfs5030 has joined the channel

@jmayaalv has joined the channel

Does something like day8/lein-git-inject exist for shadow-cljs (such that I don’t have to use lein-shadow)?

no. but you can use lein without lein-shadow ... or deps.edn

if you are asking about injecting a "version" into the build you can use https://shadow-cljs.github.io/docs/UsersGuide.html#config-merge

Glossed over that one, thanks

If I need to use aliases, running shadow-cljs server isn’t an option right? I see it mentioned in docs, just checking in case there’s possible workarounds.

@alidcastano I don't undersatnd the question? what aliases?

@thheller tools.deps aliases from this bit of the docs, I infer I can’t do shadow-cljs server -A:foo and have the builds I start up inherit those options > Aliases are only applied when a new instance/server is started. They do not apply when connecting to a running server using the `shadow-cljs` command.

you can use aliases like that

you however can not use an alias per build.

shadow-cljs server -A:foo is fine

👍 1