adding clojurescript to replace hand written javascript
I hate javascript...
This commit is contained in:
parent
1f46c2daee
commit
cb9f3ca324
11 changed files with 3341 additions and 6 deletions
6
shadow-cljs.edn
Normal file
6
shadow-cljs.edn
Normal file
|
@ -0,0 +1,6 @@
|
|||
{:source-paths ["src"]
|
||||
:dependencies [[clj-http "3.12.3"]]
|
||||
:builds {:app {:target :browser
|
||||
:output-dir "static/js"
|
||||
:asset-path "/js"
|
||||
:modules {:forms {:entries [forms]}}}}}
|
Loading…
Add table
Add a link
Reference in a new issue