Fork me on GitHub
#leiningen
<
2019-09-13
>
arohner19:09:15

I have a project with :uberjar {:aot :all}, and everything was working fine. Then I added a :prep-tasks [["run" "-m" "foo.bar"]] and AOT compilation stopped happening. Is that a bug? I want to compile CLJS before building an uberjar, is :prep-tasks the best way to do that?

mikerod23:09:05

@arohner if you alter prep-tasks you still have to specify the original ones I believe is your issue