mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 09:58:36 +02:00
Restructure build scripts for facilitate incorporate more apps.
This commit is contained in:
parent
929a0a84da
commit
9dc94caffd
10 changed files with 192 additions and 147 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue