From c7e09dc13de417b11ba49224d501d74394126731 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sun, 21 Feb 2016 17:41:40 +0200 Subject: [PATCH] Setup advanced compilation on dist. --- scripts/dist.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dist.clj b/scripts/dist.clj index 2f8ab09ed..c2181f767 100644 --- a/scripts/dist.clj +++ b/scripts/dist.clj @@ -14,7 +14,7 @@ :warnings {:ns-var-clash false} :output-to "resources/public/js/main.js" :output-dir "resources/public/js" - :optimizations :simple + :optimizations :advanced :language-in :ecmascript5 :language-out :ecmascript5 :verbose true})