Restructure build scripts for facilitate incorporate more apps.

This commit is contained in:
Andrey Antukh 2016-06-14 23:50:55 +03:00
parent 929a0a84da
commit 9dc94caffd
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
10 changed files with 192 additions and 147 deletions

View file

@ -5,11 +5,11 @@
(let [start (System/nanoTime)]
(b/build
(b/inputs "src" "vendor")
{:main 'uxbox-worker.main
{:main 'uxbox.worker
:output-to "resources/public/js/worker.js"
:output-dir "resources/public/js/worker"
:asset-path "js"
:parallel-build false
:parallel-build true
:optimizations :simple
:static-fns true
:language-in :ecmascript6