0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00

Improve tests build scripts.

This commit is contained in:
Andrey Antukh 2016-04-16 11:11:28 +03:00
parent d496add1d6
commit f24a80468e
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
2 changed files with 5 additions and 6 deletions

View file

@ -10,10 +10,9 @@
:output-dir "out"
:parallel-build false
:optimizations :none
:closure-defines {"uxbox.repo.core.url"
"https://test.uxbox.io/api"}
:language-in :ecmascript5
:language-out :ecmascript5
:pretty-print true
:target :nodejs
:language-in :ecmascript6
:language-out :ecmascript5
:verbose true})
(println "... done. Elapsed" (/ (- (System/nanoTime) start) 1e9) "seconds"))

View file

@ -5,9 +5,9 @@
:output-to "out/tests.js"
:output-dir "out"
:parallel-build false
:optimizations :simple
:optimizations :none
:pretty-print true
:target :nodejs
:language-in :ecmascript5
:language-in :ecmascript6
:language-out :ecmascript5
:verbose true})