Fork me on GitHub
#duct
<
2021-03-19
>
ts150306:03:20

Hello guys. Sorry for the noob question. Always wondering what exactly this line from the lein config is doing:

:prep-tasks ["javac" "compile" ["run" ":duct/compiler"]]
I understand that lein run will call the -main function but what the point of the :duct/compiler part? Didn’t find any notes in the docs

rickmoynihan15:03:54

Mainly to compile cljs

rickmoynihan15:03:27

but there are probably better ways to do this