0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

Disable paralel build on figwheel (seems buggy at this moment).

This commit is contained in:
Andrey Antukh 2016-01-11 00:19:52 +02:00
parent 18ff6303df
commit a8fe18a465

View file

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