Fork me on GitHub
#boot
<
2018-06-14
>
ska11:06:45

Hi. I probably misunderstand something with the aot task. Even when I pass it just one namespace, all class files from all dependencies end up in the fileset which I analysed with (show :fileset true). Is that expected behavior?

Alex Miller (Clojure team)11:06:56

aot compilation is transitive

ska13:06:22

@alexmiller meaning, it would decent from my main namespace to all namespaces dragged in and compile those?

danielcompton22:06:49

I'm wanting to run a webpack dev --watch build inside my boot dev task. This is a long running process that watches file changes and writes out new ones. I'd like to be able to write out the logs to the console as well if possible. Is there a way to do this, or should I run them as separate shell commands?