tags:

views:

219

answers:

2

Hey all,

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!

+2  A: 

Perhaps ProGuard could help.

Don Mackenzie
+1  A: 

Turns out it was because 'sbt package' was following symlinks and packed all my images into the warfile. Thanks for the tip anyway!

rdeshpande
You should post this as a comment to Don's answer and delete this post.
missingfaktor