0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 10:38:13 -05:00

Fix dist compilation script.

This commit is contained in:
Andrey Antukh 2016-05-08 18:03:37 +03:00
parent da5ac3bda3
commit 1aab333eba
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -17,7 +17,7 @@
:source-map "resources/public/js/main.js.map"
:static-fns true
:pretty-print true
:language-in :ecmascript5
:language-in :ecmascript6
:language-out :ecmascript5
:verbose true})
(println "... done. Elapsed" (/ (- (System/nanoTime) start) 1e9) "seconds"))