mirror of
https://github.com/penpot/penpot.git
synced 2026-07-26 07:58:13 +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
|
{:main 'uxbox.core
|
||||||
:output-to "resources/public/js/main.js"
|
:output-to "resources/public/js/main.js"
|
||||||
:output-dir "resources/public/js"
|
:output-dir "resources/public/js"
|
||||||
|
:parallel-build true
|
||||||
:optimizations :advanced
|
:optimizations :advanced
|
||||||
:language-in :ecmascript5
|
:language-in :ecmascript5
|
||||||
:language-out :ecmascript5
|
:language-out :ecmascript5
|
||||||
|
|||||||
@ -8,6 +8,7 @@
|
|||||||
{:main 'uxbox.core
|
{:main 'uxbox.core
|
||||||
:output-to "resources/public/js/main.js"
|
:output-to "resources/public/js/main.js"
|
||||||
:output-dir "resources/public/js"
|
:output-dir "resources/public/js"
|
||||||
|
:parallel-build true
|
||||||
:asset-path "/js"
|
:asset-path "/js"
|
||||||
:optimizations :none
|
:optimizations :none
|
||||||
:pretty-print true
|
:pretty-print true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user