0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 22:49:01 -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"] :source-paths ["frontend"]
:compiler {:main 'uxbox.core :compiler {:main 'uxbox.core
:asset-path "js" :asset-path "js"
:parallel-build true :parallel-build false
:optimizations :none :optimizations :none
:pretty-print true :pretty-print true
:language-in :ecmascript5 :language-in :ecmascript5