mirror of
https://github.com/penpot/penpot.git
synced 2025-12-23 22:48:40 -05:00
Enable paralel build flag on build.clj and watch.clj scripts.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user