mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 02:28:18 -05:00
Fix dist compilation script.
This commit is contained in:
parent
da5ac3bda3
commit
1aab333eba
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue