leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
arohner 2019-09-13T19:55:15.012500Z

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?

2019-09-13T23:24:05.013600Z

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

2019-09-13T23:25:09.014300Z

Pretty good docs that discuss this actually (in a plug-in of all places) https://github.com/hypirion/lein-shell/blob/master/doc/DOCUMENTATION.md#a-word-about-prep-tasks