mirror of
https://github.com/penpot/penpot.git
synced 2025-07-24 22:47:14 +02:00
Move all files under frontend directory.
This commit is contained in:
parent
92b45b2d05
commit
e21798f1ed
603 changed files with 10 additions and 31 deletions
16
frontend/scripts/watch-tests.clj
Normal file
16
frontend/scripts/watch-tests.clj
Normal file
|
@ -0,0 +1,16 @@
|
|||
(require '[cljs.build.api :as b])
|
||||
|
||||
(b/watch (b/inputs "src" "test")
|
||||
{:main 'uxbox.tests.main
|
||||
:parallel-build false
|
||||
:warnings {:ns-var-clash false}
|
||||
:output-to "out/tests.js"
|
||||
:source-map "out/tests.js.map"
|
||||
:output-dir "out/tests"
|
||||
:optimizations :simple
|
||||
:static-fns true
|
||||
:pretty-print true
|
||||
:target :nodejs
|
||||
:language-in :ecmascript6
|
||||
:language-out :ecmascript5
|
||||
:verbose true})
|
Loading…
Add table
Add a link
Reference in a new issue