I’m currently using SBT to manage my Lift project. I’d like to deploy it, but when I run ‘sbt package’ it produces a 60MB war file. This seems pretty large – are there ways I could cut down the size?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Turns out it was because ‘sbt package’ was following symlinks and packed all my images into the warfile. Thanks for the tip anyway!