From b16a6491217c53d41d4ab24ba2d1df0715f92d73 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 14 Jun 2016 23:57:52 +0300 Subject: [PATCH] Minor fixes on worker build scripts. --- scripts/build-worker.clj | 1 + scripts/dist-worker.clj | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/build-worker.clj b/scripts/build-worker.clj index a2b8e5b0a3..bb85da7b69 100644 --- a/scripts/build-worker.clj +++ b/scripts/build-worker.clj @@ -12,6 +12,7 @@ :parallel-build true :optimizations :simple :static-fns true + :pretty-print true :language-in :ecmascript6 :language-out :ecmascript5 :verbose true}) diff --git a/scripts/dist-worker.clj b/scripts/dist-worker.clj index 95128bb65f..a291ef147a 100644 --- a/scripts/dist-worker.clj +++ b/scripts/dist-worker.clj @@ -13,6 +13,7 @@ :parallel-build true :optimizations :simple :static-fns true + :pretty-print false :language-in :ecmascript6 :language-out :ecmascript5 :verbose true})