From 3cf9ec93acbb5ba7a08f61ca9eb31ac33619755e Mon Sep 17 00:00:00 2001
From: Michiel Borkent
Date: Tue, 25 May 2021 14:31:36 +0200
Subject: [PATCH] update build
---
index.html | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/index.html b/index.html
index b263969..6ee3c63 100644
--- a/index.html
+++ b/index.html
@@ -45,7 +45,8 @@
download your own copy and host it yourself.
-
+
+
Include sci-script-tag.js and write a script tag
where type is set
@@ -75,7 +76,8 @@
Click me!
-
+
+
When you have a file on your server, say cljs/script.cljs, you can load it using the src attribute:
@@ -83,7 +85,8 @@
<script src="cljs/script.cljs" type="application/x-sci"></script>
-
+
+
To enable reagent,
in addition to sci-script-tag.js, you need to include sci-script-tag-plugin-reagent.js.