bhauman / lein-figwheel

Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
Eclipse Public License 1.0
2.88k stars 210 forks source link

Execute prep-tasks before figwheel start #631

Open HausnerR opened 6 years ago

HausnerR commented 6 years ago

Hey, I had the same problem like author of this issue: https://github.com/bhauman/lein-figwheel/issues/68 and found a way how to force lein-figwheel to compile java sources and add it to project. Just slight change. I'm not familiar with leiningen plugins, so probably someone more experienced should check if this solution is acceptable.

bhauman commented 6 years ago

Thanks for the PR I'll use it as a starting point to look into this more.

HausnerR commented 6 years ago

Sure, thanks!