sbt recompilations Follow
I have a lift web project. If I compile (make) it inside of IDEA (dosen't matter if with "Inetllij IDEA" or "sbt incremental compiler") when I am starting it outside of ide (from system console) with sbt it recompiles fully again.
Do I have something wrong with my configuration or is it working this way "by design"?
Please sign in to leave a comment.
We have own incremental compiler caches. I think in future we will add possibility to replace IntelliJ IDEA make by SBT compilation, which will be connected to command line compiler. This will be implemented as part of SBT support.
Best regards,
Alexander Podkhalyuzin.
Thank you for clarification.
Best regards,
Adam Suwała