I have a project using Figwheel with ClojureScript and I'm developing a ClojureScript library. My cycle involves modifying the library, installing with lein install
and then using it from the app.
The last part is the one I'm not sure about. Nothing short of lein clean
in the app seems to get rid of the previous copy of the library. Having to do a lein clean
and recompile every time I modify the library is very cumbersome.
Is there a better way?