Improve backend uberjar profile.

This commit is contained in:
Andrey Antukh
2017-01-21 16:49:47 +01:00
parent 2fa169e28d
commit 4d5a8ac89d

View File

@@ -5,6 +5,7 @@
:main ^:skip-aot uxbox.main}
:uberjar
{:jar-name "uxbox.jar"
{:jar-exclusions [#"\.swp|\.swo|user\.clj" #"public/media"]
:jar-name "uxbox.jar"
:uberjar-name "uxbox-backend.jar"
:target-path "dist/"}}