Fork me on GitHub
#lein-figwheel
<
2018-12-19
>
mikerod20:12:22

it is relevant to an issue I came across - lein figwheel doesn’t seem to run prep-tasks

mikerod20:12:33

any particular reason ?

mikerod20:12:01

I’m slightly surprised even, I didn’t realize/think it was at the plugin’s responsibility level in lein to choose to run prep-tasks or not - although, now that I look at built-in plugins, it does seem to be the case

mikerod20:12:01

I have :prep-tasks in a profile, they are always run if I do lein with-profile +the-profile X where X is tasks such as test, repl, install, etc

mikerod20:12:12

but when the task is figwheel, I see the :prep-tasks do not happen