Support for src

This commit is contained in:
Michiel Borkent 2021-05-23 17:13:16 +02:00
parent 98e30dae61
commit 57c4e38f7e
4 changed files with 30 additions and 3 deletions

View file

@ -0,0 +1,2 @@
(defn foo []
(println :foo))

View file

@ -22,6 +22,7 @@
(rdom/render [my-component] (.getElementById js/document "app"))
</script>
<script src="cljs/script.cljs" type="application/x-sci"></script>
</head>
<body>