mirror of
https://github.com/penpot/penpot.git
synced 2025-06-30 08:47:02 +02:00
Many changes on scripts.
This commit is contained in:
parent
bced1ebd2f
commit
d5df7eba3b
10 changed files with 28 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue