0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 16:00:19 -05:00

Enable parallel builds for figwheel (thanks to cljs 1.7.228).

This commit is contained in:
Andrey Antukh 2016-01-08 21:16:46 +02:00
parent e42bc6e84b
commit 101e2366e1

View file

@ -14,6 +14,7 @@
:source-paths ["frontend"]
:compiler {:main 'uxbox.core
:asset-path "js"
:parallel-build true
:optimizations :none
:pretty-print true
:language-in :ecmascript5