From 78102953009c02d61e6c961c406474894de82bb2 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 8 Jan 2016 21:23:04 +0200 Subject: [PATCH] Enable paralel build flag on build.clj and watch.clj scripts. --- scripts/build.clj | 1 + scripts/watch.clj | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/build.clj b/scripts/build.clj index 5245eb7e9c..26307ff41b 100644 --- a/scripts/build.clj +++ b/scripts/build.clj @@ -12,6 +12,7 @@ {:main 'uxbox.core :output-to "resources/public/js/main.js" :output-dir "resources/public/js" + :parallel-build true :optimizations :advanced :language-in :ecmascript5 :language-out :ecmascript5 diff --git a/scripts/watch.clj b/scripts/watch.clj index 5045f5d850..86146f6e39 100644 --- a/scripts/watch.clj +++ b/scripts/watch.clj @@ -8,6 +8,7 @@ {:main 'uxbox.core :output-to "resources/public/js/main.js" :output-dir "resources/public/js" + :parallel-build true :asset-path "/js" :optimizations :none :pretty-print true