Add release generation tools

This commit is contained in:
mathieu.brunot 2018-11-25 10:48:40 +01:00
parent bddf3e47c1
commit 026150ff7a
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
6 changed files with 49 additions and 26 deletions

View file

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