mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
Enable paralel build flag on build.clj and watch.clj scripts.
This commit is contained in:
parent
101e2366e1
commit
7810295300
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user