Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在、SBT を使用して Lift プロジェクトを管理しています。デプロイしたいのですが、'sbt package' を実行すると 60MB の war ファイルが生成されます。これはかなり大きいようです。サイズを小さくする方法はありますか?
ありがとう!
おそらく、 ProGuardが役立つ可能性があります。
「sbt package」がシンボリックリンクをたどり、すべてのイメージをwarfileにパックしたためであることが判明しました。とにかくヒントをありがとう!