From 0a64ff9ef369752c0c6dbcc8e0b7f2d18f8efb0d Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 4 Feb 2016 23:06:26 +0200 Subject: [PATCH] Replace advanced optimizations with whitespace on tests. --- scripts/build.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.clj b/scripts/build.clj index 7205f1420..9d1f320fd 100644 --- a/scripts/build.clj +++ b/scripts/build.clj @@ -13,7 +13,7 @@ :output-to "out/tests.js" :output-dir "out" :parallel-build false - :optimizations :advanced + :optimizations :whitespace :language-in :ecmascript5 :language-out :ecmascript5 :target :nodejs