sbt recompilations

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"?

0
2 comments

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.

0
Avatar
Permanently deleted user

Thank you for clarification.

Best regards,
Adam Suwała

0

Please sign in to leave a comment.