Fork me on GitHub
#boot
<
2016-06-19
>
jyriand11:06:33

Hi. Right now when I compile cljs and then run dev server, all the dependencies from 'main.out' are injected as script tags automatically. Is it possible to change the path, so instead of src="main.out/.. it would be src="js/main.out/..?

micha11:06:49

that directory name is an internal implementation detail basically

micha11:06:09

there shouldn't be any need to change it

jyriand11:06:52

ok. I'm just using my own ring handler to serve those files and I needed to sift those files to public dir. But, yeah, it works if I just sift main.out to target/public

juhoteperi11:06:18

@jyriand: Boot-reload cljs-asset-path option might work

flyboarder17:06:30

@juhoteperi: in regards to js output file, how do I go about generating an entrypoint for nodejs?