Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Apr 22, 2024
1 parent b3ac8e5 commit eb09719
Show file tree
Hide file tree
Showing 14 changed files with 2,814 additions and 2,730 deletions.
1 change: 0 additions & 1 deletion cljs/codemirror.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
(.of js/cv.keymap
(clj->js [{:key "Mod-Enter"
:run (fn []
(prn :hoeooo)
(eval-me))}
#_{:key (str modifier "-Enter")
:shift (partial eval-top-level on-result)
Expand Down
8 changes: 4 additions & 4 deletions codemirror.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<html>
<head>
<script async src="https://ga.jspm.io/npm:[email protected]/dist/es-module-shims.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].15/dist/scittle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].16/dist/scittle.js"></script>
<script>scittle.core.disable_auto_eval();</script>
<script src="https://unpkg.com/react@18/umd/react.production.min.js"></script>
<script src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].15/dist/scittle.reagent.js"> </script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].15/dist/scittle.re-frame.js"> </script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].15/dist/scittle.promesa.js"> </script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].16/dist/scittle.reagent.js"> </script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].16/dist/scittle.re-frame.js"> </script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].16/dist/scittle.promesa.js"> </script>

<script type="importmap">
{
Expand Down
4 changes: 2 additions & 2 deletions html/cljs-ajax.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/[email protected].15/dist/scittle.js" type="application/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].15/dist/scittle.cljs-ajax.js" type="application/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].16/dist/scittle.js" type="application/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].16/dist/scittle.cljs-ajax.js" type="application/javascript"></script>
<script type="application/x-scittle">
(require '[ajax.core :refer [GET]])

Expand Down
2 changes: 1 addition & 1 deletion html/export.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/[email protected].15/dist/scittle.js" type="application/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].16/dist/scittle.js" type="application/javascript"></script>
<script type="application/x-scittle">
(defn my-alert []
(js/alert "You clicked!"))
Expand Down
4 changes: 2 additions & 2 deletions html/reagent.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/[email protected].15/dist/scittle.js" type="application/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].16/dist/scittle.js" type="application/javascript"></script>
<script crossorigin src="https://unpkg.com/react@17/umd/react.production.min.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].15/dist/scittle.reagent.js" type="application/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].16/dist/scittle.reagent.js" type="application/javascript"></script>
<script type="application/x-scittle">
(require '[reagent.core :as r]
'[reagent.dom :as rdom])
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h2><a href="#usage">Usage</a></h2>

To embed scittle in your website, it is recommended to use the links
published to
the <a href="https://github.com/babashka/scittle/releases/tag/v0.6.15">releases
the <a href="https://github.com/babashka/scittle/releases/tag/v0.6.16">releases
page</a>.

Include <tt>scittle.js</tt> and write a <tt>script</tt> tag
Expand Down
348 changes: 174 additions & 174 deletions js/scittle.cljs-ajax.js

Large diffs are not rendered by default.

3,688 changes: 1,863 additions & 1,825 deletions js/scittle.js

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions js/scittle.nrepl.js

Large diffs are not rendered by default.

508 changes: 254 additions & 254 deletions js/scittle.pprint.js

Large diffs are not rendered by default.

329 changes: 184 additions & 145 deletions js/scittle.promesa.js

Large diffs are not rendered by default.

314 changes: 157 additions & 157 deletions js/scittle.re-frame.js

Large diffs are not rendered by default.

298 changes: 153 additions & 145 deletions js/scittle.reagent.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion report.html

Large diffs are not rendered by default.

0 comments on commit eb09719

Please sign in to comment.