I have a specific problem, but the solutions are likely to be universal for such problems.
I have a play! framework 2.0 using Scala.
I am trying to deploy a new version of Heroku .
However, the deployment fails for this project because the slug size is too large (101 MB).
Now this application is very simple , so this is most likely a configuration problem. The current deployed version uses / uses Play! 2.0-RC3 and the one I'm trying to deploy uses version 2.0. Could this be a problem?
I tried using the slugignore file , ignoring .ivy2, project / loading, etc., but to no avail.
Any other suggestions for reducing mucus size? When using Play 2.x and Scala?
Here is the git output file (excluding selenium dependencies, this is probably the beginning)
source
share