mirror of
https://github.com/edufeed-org/edufeed-web.git
synced 2025-12-09 16:24:34 +00:00
some stuff kind of works now
This commit is contained in:
commit
36dad21f43
10 changed files with 545 additions and 0 deletions
39
shadow-cljs.edn
Normal file
39
shadow-cljs.edn
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{:nrepl {:port 8777}
|
||||
|
||||
:source-paths ["src" "test"]
|
||||
|
||||
:dependencies
|
||||
[[reagent "1.1.1"]
|
||||
[re-frame "1.4.2"]
|
||||
[day8.re-frame/tracing "0.6.2"]
|
||||
[bidi "2.1.6"]
|
||||
[clj-commons/pushy "0.3.10"]
|
||||
[binaryage/devtools "1.0.6"]
|
||||
[day8.re-frame/re-frame-10x "1.9.3"]
|
||||
|
||||
[funcool/promesa "11.0.678"]
|
||||
[nilenso/wscljs "0.2.0"]
|
||||
]
|
||||
|
||||
:dev-http
|
||||
{8280 "resources/public"
|
||||
8290 "target/browser-test"}
|
||||
|
||||
:builds
|
||||
{:app
|
||||
{:target :browser
|
||||
:output-dir "resources/public/js/compiled"
|
||||
:asset-path "/js/compiled"
|
||||
:modules
|
||||
{:app {:init-fn ied.core/init}}
|
||||
:devtools
|
||||
{:preloads [day8.re-frame-10x.preload]}
|
||||
:dev
|
||||
{:compiler-options
|
||||
{:closure-defines
|
||||
{re-frame.trace.trace-enabled? true
|
||||
day8.re-frame.tracing.trace-enabled? true}}}
|
||||
:release
|
||||
{:build-options
|
||||
{:ns-aliases
|
||||
{day8.re-frame.tracing day8.re-frame.tracing-stubs}}}}}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue