Fork me on GitHub
#cljs-edn
<
2016-04-26
>
shaunlebron05:04:12

@juhoteperi: I still have to specify a source path env in build.boot though, right?

shaunlebron05:04:49

and can you elaborate on why it makes sense to have different builds in different files?

juhoteperi05:04:51

@shaunlebron: Yes, Boot source-paths specify sources for fileset

juhoteperi05:04:56

Okay, so if I have .cljs.file in relative path public/js/main.cljs.edn inside the fileset, the resulting output would be public/js/main.js. We use the relative path of cljs edn file to set output-to etc. options.

shaunlebron14:04:31

@juhoteperi: thanks I understand that location of the build files specifies location of the output

shaunlebron14:04:40

it can be specified as a key inside the file as well of course

shaunlebron14:04:00

i was just wondering if anything about how boot was working required that to be the case

shaunlebron14:04:32

so you’re saying it makes sense because it chooses to represent the path that way