Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
theScottyJam committed Sep 18, 2024
1 parent 31d96a1 commit 312dabb
Show file tree
Hide file tree
Showing 8 changed files with 393 additions and 9 deletions.
6 changes: 3 additions & 3 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"files": {
"main.css": "/snap.js/static/css/main.d5d8d1cd.css",
"main.js": "/snap.js/static/js/main.4055dc65.js",
"main.js": "/snap.js/static/js/main.a015d5cd.js",
"logo.svg": "/snap.js/d348da244d951e05555c4a3cfa3952eb.svg",
"index.html": "/snap.js/index.html",
"static/media/searchIcon.svg": "/snap.js/static/media/searchIcon.56982c1a4d1ef20556e024945d6badc1.svg",
"main.d5d8d1cd.css.map": "/snap.js/static/css/main.d5d8d1cd.css.map",
"main.4055dc65.js.map": "/snap.js/static/js/main.4055dc65.js.map"
"main.a015d5cd.js.map": "/snap.js/static/js/main.a015d5cd.js.map"
},
"entrypoints": [
"static/css/main.d5d8d1cd.css",
"static/js/main.4055dc65.js"
"static/js/main.a015d5cd.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/snap.js/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="hsl(170 100% 16%)"/><meta name="description" content="The copy-paste library, containing various Lodash replacement functions, a copy-paste framework, and more."/><link rel="apple-touch-icon" href="/snap.js/logo192.png"/><title>Snap.js</title><link rel="preconnect" href="https://fonts.gstatic.com"><link href="https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,700;1,400&family=Questrial&family=Roboto+Mono&display=swap" rel="stylesheet"><script src="/snap.js/thirdParty/prism/prism.js" data-manual></script><script>globalThis.PUBLIC_URL="/snap.js",console.info("%cHey there, you dev-tools snooper","font-weight: bold; color: green; background: white; padding: 0.3em; font-size: 1.2rem;"),console.info("%cYou may notice that yes, this webpage that hosts the Snap framework is, itself, written in a different framework, React.\nIt's ironic and silly, I know - don't judge.\nThe webpage was created first, and it was actually created with a very different, more interactive purpose in mind.\nThat project was abandoned, then the webpage got repurposed into what you see today - a much more static, informational website.\n\nThe website isn't entirely in React, it's actually a hybrid - some of it is in React, some of it is in Snap Framework.\nMaybe someday I'll spend the time to convert the whole thing to the Snap Framework. Or maybe not.\n\nAnyways...\n","font-weight: bold"),console.info("%cHave fun snooping around!","font-weight: bold; color: green; background: white; padding: 0.3em")</script><script type="module" src="/snap.js/FrameworkPage/FrameworkPage.js"></script><script defer="defer" src="/snap.js/static/js/main.4055dc65.js"></script><link href="/snap.js/static/css/main.d5d8d1cd.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/snap.js/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="hsl(170 100% 16%)"/><meta name="description" content="The copy-paste library, containing various Lodash replacement functions, a copy-paste framework, and more."/><link rel="apple-touch-icon" href="/snap.js/logo192.png"/><title>Snap.js</title><link rel="preconnect" href="https://fonts.gstatic.com"><link href="https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,700;1,400&family=Questrial&family=Roboto+Mono&display=swap" rel="stylesheet"><script src="/snap.js/thirdParty/prism/prism.js" data-manual></script><script>globalThis.PUBLIC_URL="/snap.js",console.info("%cHey there, you dev-tools snooper","font-weight: bold; color: green; background: white; padding: 0.3em; font-size: 1.2rem;"),console.info("%cYou may notice that yes, this webpage that hosts the Snap framework is, itself, written in a different framework, React.\nIt's ironic and silly, I know - don't judge.\nThe webpage was created first, and it was actually created with a very different, more interactive purpose in mind.\nThat project was abandoned, then the webpage got repurposed into what you see today - a much more static, informational website.\n\nThe website isn't entirely in React, it's actually a hybrid - some of it is in React, some of it is in Snap Framework.\nMaybe someday I'll spend the time to convert the whole thing to the Snap Framework. Or maybe not.\n\nAnyways...\n","font-weight: bold"),console.info("%cHave fun snooping around!","font-weight: bold; color: green; background: white; padding: 0.3em")</script><script type="module" src="/snap.js/FrameworkPage/FrameworkPage.js"></script><script defer="defer" src="/snap.js/static/js/main.a015d5cd.js"></script><link href="/snap.js/static/css/main.d5d8d1cd.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
2 changes: 1 addition & 1 deletion nolodashContent.json

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions static/js/main.4055dc65.js

This file was deleted.

1 change: 0 additions & 1 deletion static/js/main.4055dc65.js.map

This file was deleted.

387 changes: 387 additions & 0 deletions static/js/main.a015d5cd.js

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions static/js/main.a015d5cd.js.map

Large diffs are not rendered by default.

0 comments on commit 312dabb

Please sign in to comment.