In our Play project, we have this problem.
When we run our javascript tests, it starts compiling scala sources.
All javascripts tests are under test/assets , and any change inside this path should not initiate source compilation.
This means that this folder is mentioned somewhere as the source directory. I tried to see in which sbt property this folder could be redirected, but I did not find it.
Can someone give hints on how to prevent the compilation from starting when the file changes inside this folder?
source share