Fork me on GitHub
#boot
<
2017-11-04
>
nfisher00:11:16

Hello! Is there a perscribed approach for a multi-module client (CLJS) and server (CLJ)? I looked at https://github.com/micha/multi-module-build/blob/master/build.boot but that seems more geared towards CLJ only and the boot-cljs-example here https://github.com/adzerk-oss/boot-cljs-example/blob/master/build.boot only references a CLJS. Any combined project examples that people can suggest?

nfisher02:11:03

thanks @sinistral! Was hoping there was a way to have profiles with different dependency graphs/plugins but the require doesn’t seem to work to allow imported commands (eg cljs).

sinistral12:11:53

Does anyone have a boot-cljs-repl-based workflow with npm they'd be willing to share? I struggling to get even simple examples working (https://github.com/sinistral/hellonpmdeps/tree/boot-cljs, https://github.com/Deraen/saapas (adapted to use :npm-deps)); I'm certain I'm that missing something and that I could benefit from studying a working example.

sinistral15:11:47

While it's not the cleanest workflow, I finally have this working... https://github.com/adzerk-oss/boot-cljs-repl/issues/49 was the key. That may very well be what I was missing when I first tried :npm-deps, so I'm going to revisit that flow.

davids22:11:43

hi, I'm just starting out with boot. I am trying to run boot jar, and I see Writing project.jar... on stdout, but can't find the created jar and find . -name '*.jar' is empty

davids22:11:53

I didn't set :target-path, so that should be target I guess

alexbay23:11:01

You have to run target task

alexbay23:11:05

boot jar target