Many changes on scripts.

This commit is contained in:
Andrey Antukh 2016-06-22 21:20:17 +03:00
parent bced1ebd2f
commit d5df7eba3b
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
10 changed files with 28 additions and 22 deletions

View file

@ -4,7 +4,7 @@
(let [start (System/nanoTime)]
(b/build
(b/inputs "src" "vendor" "test")
(b/inputs "src" "test")
{:main 'uxbox.tests.main
:parallel-build false
:warnings {:ns-var-clash false}