Fork me on GitHub
#leiningen
<
2018-06-13
>
gfredericks19:06:21

my old mental model of lein plugins was that you would define a leiningen.garble namespace to implement a task called garble, and you'd define a garble.plugin namespace to do middleware and hooks reading through the documentation it seems like things have changed

gfredericks19:06:37

my plugin has two tasks and some hooks; where should they go?

gfredericks21:06:59

ooooh golly okay I think I found the root-enough cause this plugin depends on a released version of itself.

gfredericks21:06:46

which I assume is ridiculous enough that leiningen can't be expected to work under those conditions

👍 4