boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
ska 2018-06-14T11:40:45.000026Z

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?

alexmiller 2018-06-14T11:58:56.000085Z

aot compilation is transitive

ska 2018-06-14T13:03:22.000843Z

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

alexmiller 2018-06-14T13:08:58.000223Z

yes

ska 2018-06-14T15:10:34.000628Z

Thanks

danielcompton 2018-06-14T22:41:49.000396Z

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?