0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-14 07:51:35 -05:00

Minor fixes on worker build scripts.

This commit is contained in:
Andrey Antukh 2016-06-14 23:57:52 +03:00
parent dea367a84a
commit b16a649121
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@
:parallel-build true
:optimizations :simple
:static-fns true
:pretty-print true
:language-in :ecmascript6
:language-out :ecmascript5
:verbose true})

View file

@ -13,6 +13,7 @@
:parallel-build true
:optimizations :simple
:static-fns true
:pretty-print false
:language-in :ecmascript6
:language-out :ecmascript5
:verbose true})