From 1abc0e4239259a96662a82a3da4afaf24a6a0e82 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 4 Feb 2016 23:09:27 +0200 Subject: [PATCH] Replace :whitespace optimization with :none Because :whitespace is not compatible with nodejs target. --- scripts/build.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.clj b/scripts/build.clj index 9d1f320fd6..facbd3ef0e 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 :whitespace + :optimizations :none :language-in :ecmascript5 :language-out :ecmascript5 :target :nodejs