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")
(b/inputs "src")
{:main 'uxbox.view
:parallel-build false
:warnings {:ns-var-clash false}
@ -15,7 +15,6 @@
"https://test.uxbox.io/api"}
:optimizations :simple
:externs ["externs/main.js"]
:source-map "dist/view/js/view.js.map"
:static-fns true
:pretty-print false
:language-in :ecmascript6