Skip to content

Commit

Permalink
include code snippet in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburniske committed Mar 7, 2024
1 parent 4e0bd02 commit 9a6ec66
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 29 deletions.
1 change: 0 additions & 1 deletion example/demo/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Cargo.lock
target/
dist/
node_modules/
2 changes: 1 addition & 1 deletion example/demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ console_error_panic_hook = "0.1.7"
console_log = "1.0.0"
copy_dir = "0.1.3"

leptos_meta = "0.6.9"
leptos_meta = { version = "0.6.9", features = ["csr"] }
leptos_router = { version = "0.6.9", features = ["csr"] }
log = "0.4.20"
leptos_hotkeys = { git = "https://github.com/gaucho-labs/leptos-hotkeys", features = ["csr"]}
Expand Down
1 change: 0 additions & 1 deletion example/demo/dist/demo-7c22177f43311e83.js

This file was deleted.

Binary file removed example/demo/dist/demo-7c22177f43311e83_bg.wasm
Binary file not shown.
1 change: 1 addition & 0 deletions example/demo/dist/demo-e3bd7592b10438bb.js

Large diffs are not rendered by default.

Binary file added example/demo/dist/demo-e3bd7592b10438bb_bg.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion example/demo/dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang=en><meta charset=utf-8><meta content="width=device-width,initial-scale=1.0" name=viewport><title>demo</title><script type=module>import a,*as b from"/demo-7c22177f43311e83.js";a(`/demo-7c22177f43311e83_bg.wasm`);window.wasmBindings=b</script><link href=/output-d45b1045c6f41470.css integrity=sha384-yC1Xs4jcW4ilHsnafQ_NnKNNZqmhk4Erm-GSQe781UnHg53bFKbSNvLrMG_CGzt_ rel=stylesheet><link href=https://fonts.googleapis.com rel=preconnect><link crossorigin href=https://fonts.gstatic.com rel=preconnect><link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;800&family=Roboto+Mono&display=swap" rel=stylesheet><link as=fetch crossorigin href=/demo-7c22177f43311e83_bg.wasm integrity=sha384-za-RK8cQPtFtn8t5aKNbPo6L3k0zqFhUZXJJBQSL-MsmySvlsZIxDZ28dOZ0Gw0h rel=preload type=application/wasm><link crossorigin href=/demo-7c22177f43311e83.js integrity=sha384-zp4EfTUL6E9VeV1lWVRl7nj6C1IqxwT5Ncbi6OT2A-52yWYbPcgUnfaOyrbH7xYA rel=modulepreload></head><body></body></html>
<!doctype html><html lang=en><meta charset=utf-8><meta content="width=device-width,initial-scale=1.0" name=viewport><title>demo</title><script type=module>import a,*as b from"/demo-e3bd7592b10438bb.js";a(`/demo-e3bd7592b10438bb_bg.wasm`);window.wasmBindings=b</script><link href=/output-ca582f800eb8ceb.css integrity=sha384-YY5ZkN9JeRpc5JnTjKN8skD3yvbS4CyEz54DFq_kyAOqg000MM8UU0x1pxzaDtlo rel=stylesheet><link href=https://fonts.googleapis.com rel=preconnect><link crossorigin href=https://fonts.gstatic.com rel=preconnect><link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;800&family=Roboto+Mono&display=swap" rel=stylesheet><link as=fetch crossorigin href=/demo-e3bd7592b10438bb_bg.wasm integrity=sha384-eD6DO3cDdDj7ev-rz8HQ167478pBe8azsMbT7C6fjVC9Es52zmvnqW7FCn-tVYu4 rel=preload type=application/wasm><link crossorigin href=/demo-e3bd7592b10438bb.js integrity=sha384-O_acg9SlU41LsrpcqCFSSgrzuAH_DFRdz3fU9qnzc6337eOPDSFqX9k6N9Mk7TIK rel=modulepreload></head><body></body></html>
1 change: 1 addition & 0 deletions example/demo/dist/output-ca582f800eb8ceb.css

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

0 comments on commit 9a6ec66

Please sign in to comment.