0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

Improve backend uberjar profile.

This commit is contained in:
Andrey Antukh 2017-01-21 16:49:47 +01:00
parent 2fa169e28d
commit 4d5a8ac89d
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

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/"}}