From a8fe18a4658727d5dd173c2ba13271702c6e2dad Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 11 Jan 2016 00:19:52 +0200 Subject: [PATCH] Disable paralel build on figwheel (seems buggy at this moment). --- scripts/figwheel.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/figwheel.clj b/scripts/figwheel.clj index 5f5398e25..49fb2a7c9 100644 --- a/scripts/figwheel.clj +++ b/scripts/figwheel.clj @@ -14,7 +14,7 @@ :source-paths ["frontend"] :compiler {:main 'uxbox.core :asset-path "js" - :parallel-build true + :parallel-build false :optimizations :none :pretty-print true :language-in :ecmascript5