We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1477d17 commit aaf40caCopy full SHA for aaf40ca
.gitignore
@@ -18,3 +18,4 @@ yarn.lock
18
.shadow-cljs
19
resources/public/ui
20
test
21
+resources/public/
shadow-cljs.edn
@@ -7,11 +7,10 @@
7
:builds
8
{:main
9
{:target :browser-test
10
- :test-dir "test"
11
:runner-ns lambdaisland.chui.demo
12
- :output-dir "resources/public/ui"
+ :test-dir "resources/public"
13
:asset-path "/ui"
14
- :ns-regexp "-test$"
+ :ns-regexp "-test$"
15
:devtools {:repl-pprint true}}}
16
17
:cache-blockers #{lambdaisland.chui.styles
0 commit comments