Fork me on GitHub
#shadow-cljs
<
2018-05-30
>
tianshu05:05:40

how can I tell shadow-cljs don't log debug level?

thheller06:05:53

@doglooksgood debug log should not be enabled by default? when using embedded lein however you are in charge of configuring your logging

thheller06:05:38

@wilkerlucio yeah I was going to add that

heyarne11:05:52

is there a recommended strategy to have multiple watched builds at the same time? for example i have a test build (`:karma`) and a :browser build and I'd like them both to run continuously in the background

heyarne11:05:20

at the moment i just have two separate processes and maybe that's the way to go, i was just wondering whether there's a better way

thheller11:05:12

shadow-cljs watch karma browser

heyarne11:05:32

oh. maybe i should have just tried that haha

troglotit11:05:25

I have the same thought like multiple times a day 😄

jmckitrick14:05:33

Has anyone here built a shadow app as a docker image with drone?

dominicm14:05:01

How does shadow pick up transitive npm deps? Or perhaps rather, does it?

dominicm14:05:18

If I depend on libraryA which depends on npm dependency X, how should that be communicated?

heyarne15:05:48

@dominicm shouldn't dependency x be installed when you install npm install -S libraryA? I mean the whole npm ecosystem is managed by npm and shadow-cljs provides a bridge to it

heyarne15:05:14

is there a way to update dependencies in a running watch? via the clojure api?

dominicm15:05:49

@arne-clojurians I have a clojurescript libraryA, which depends on npm X

dominicm15:05:38

I figured it out, deps.cljs supports :npm-deps key.

jjttjj17:05:05

do node packages with dashes in their name require special treatment when :requireing? nvm

mhuebert21:05:54

hmm, when I put :asset-path to "/", it tries to load scripts from

mhuebert21:05:18

(i’m trying to compile a service worker which needs to be at the root of the site)

mhuebert21:05:45

& empty string throws a config error