Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stephband committed Dec 17, 2023
1 parent 35938b2 commit 79146e3
Show file tree
Hide file tree
Showing 18 changed files with 116 additions and 51 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ comments:
modules:
rm -rf ./build
deno run --allow-read --allow-env --allow-net --allow-write --allow-run ../fn/deno/make-modules.js build \
debug.css \
module.js \
data/clock.js \
literal-element/module.js \
Expand Down
5 changes: 0 additions & 5 deletions build/chunk-CBNPKG4R.js

This file was deleted.

5 changes: 5 additions & 0 deletions build/chunk-MXP7PCLU.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* Literal
0.8.1
By Stephen Band
Built 2023-12-17 15:00 */

4 changes: 2 additions & 2 deletions build/chunk-UP3ZNJNM.js → build/chunk-PRLZB5VS.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/chunk-XZJUXBZJ.js → build/chunk-T2R3YWYH.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions build/data/clock.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Literal
0.8.0
0.8.1
By Stephen Band
Built 2023-12-17 14:30 */
Built 2023-12-17 15:00 */

import"../chunk-CBNPKG4R.js";import{m as t}from"../chunk-UP3ZNJNM.js";var e=t({time:0});setInterval(()=>e.time=window.performance.now()/1e3,1e3);var r=e;export{r as default};
import"../chunk-MXP7PCLU.js";import{m as t}from"../chunk-PRLZB5VS.js";var e=t({time:0});setInterval(()=>e.time=window.performance.now()/1e3,1e3);var r=e;export{r as default};
6 changes: 6 additions & 0 deletions build/debug.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 79146e3

Please sign in to comment.