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 docsMainly to compile cljs
but there are probably better ways to do this
thanks