mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 19:46:10 +02:00
Many changes on scripts.
This commit is contained in:
parent
bced1ebd2f
commit
d5df7eba3b
10 changed files with 28 additions and 22 deletions
|
@ -4,17 +4,18 @@
|
|||
|
||||
(let [start (System/nanoTime)]
|
||||
(b/build
|
||||
(b/inputs "src" "vendor")
|
||||
(b/inputs "src")
|
||||
{:main 'uxbox.worker
|
||||
:parallel-build false
|
||||
:warnings {:ns-var-clash false}
|
||||
:output-to "resources/public/js/worker.js"
|
||||
:source-map "resources/public/js/worker.js.map"
|
||||
:output-dir "resources/public/js/worker"
|
||||
:asset-path "js"
|
||||
:parallel-build false
|
||||
:optimizations :simple
|
||||
:static-fns true
|
||||
:pretty-print true
|
||||
:language-in :ecmascript6
|
||||
:language-out :ecmascript5
|
||||
:pretty-print true
|
||||
:verbose true})
|
||||
(println "... done. Elapsed" (/ (- (System/nanoTime) start) 1e9) "seconds"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue