lein-figwheel 2018-12-19

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

any particular reason ?

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

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

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