From 101e2366e1e4dc086ed8c2e67052e087292cefc1 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 8 Jan 2016 21:16:46 +0200 Subject: [PATCH] Enable parallel builds for figwheel (thanks to cljs 1.7.228). --- scripts/figwheel.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/figwheel.clj b/scripts/figwheel.clj index fa9d0f4a5..5f5398e25 100644 --- a/scripts/figwheel.clj +++ b/scripts/figwheel.clj @@ -14,6 +14,7 @@ :source-paths ["frontend"] :compiler {:main 'uxbox.core :asset-path "js" + :parallel-build true :optimizations :none :pretty-print true :language-in :ecmascript5