mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
Tests are coming.
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
(alter-var-root #'cljs.tagged-literals/*cljs-data-readers*
|
||||
assoc 'ux/tr (fn [v] `(uxbox.locales/tr ~v)))
|
||||
|
||||
(b/watch (b/inputs "src")
|
||||
{:main 'uxbox.core
|
||||
:output-to "resources/public/js/main.js"
|
||||
:output-dir "resources/public/js"
|
||||
(b/watch (b/inputs "src" "test")
|
||||
{:main 'uxbox.test-runner
|
||||
:output-to "out/tests.js"
|
||||
:output-dir "out"
|
||||
:parallel-build false
|
||||
:asset-path "/js"
|
||||
:optimizations :none
|
||||
:pretty-print true
|
||||
:target :nodejs
|
||||
:language-in :ecmascript5
|
||||
:language-out :ecmascript5
|
||||
:verbose true})
|
||||
|
||||
Reference in New Issue
Block a user