Pergunta

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!

Foi útil?

Solução 2

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

Outras dicas

Perhaps ProGuard could help.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top