From ab36a12385d5c48667427900ddf97a81a2c9996c Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sun, 12 Jun 2016 13:40:31 +0300 Subject: [PATCH] Enable parallel builds. --- scripts/figwheel.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/figwheel.clj b/scripts/figwheel.clj index b41c0ff27..594c803dd 100644 --- a/scripts/figwheel.clj +++ b/scripts/figwheel.clj @@ -13,7 +13,7 @@ :compiler {:main 'uxbox.main :asset-path "js" - :parallel-build false + :parallel-build true :optimizations :none ;; :closure-defines {"uxbox.repo.core.url" ;; "https://test.uxbox.io/api"}