Fork me on GitHub
#leiningen
<
2019-01-25
>
zyxmn15:01:03

Hey fellas, when you do lein repl on a new project, is there a default profile/profiles settings that are included

mikerod16:01:01

@zyxmndaleyjes yes there is indeed

mikerod16:01:19

The lein defaults + a profile names :repl

mikerod16:01:33

Lein default profiles are listed in lein docs.

mikerod16:01:21

Any lein task will automatically have these unless it explicitly alters them, like in lein jar or uberjar But they may also include more. Like lein repl includes a :repl profile

mikerod16:01:08

You can see repl explicitly mentioned in the section following the one linked above. https://github.com/technomancy/leiningen/blob/master/doc/PROFILES.md#task-specific-profiles

zyxmn16:01:48

Brilliant! Thanks a lot @mikerod

mikerod16:01:01

No problem.