Skip to content

Commit

Permalink
add dist folder to git
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborhercz committed Apr 1, 2022
1 parent 6f93d42 commit 0c07081
Show file tree
Hide file tree
Showing 27 changed files with 616 additions and 1 deletion.
Binary file modified cli-toolbox
Binary file not shown.
1 change: 0 additions & 1 deletion static/UI/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.DS_Store
node_modules
#/dist


# local env files
Expand Down
Empty file removed static/UI/dist/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions static/UI/dist/css/Base64.ab731355.css

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

1 change: 1 addition & 0 deletions static/UI/dist/css/Base64~Cidr~Json~Jwt.218a6332.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/UI/dist/css/Cidr.92937e98.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/UI/dist/css/Json~Jwt.1bc53392.css

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

5 changes: 5 additions & 0 deletions static/UI/dist/css/chunk-vendors.753fb2c3.css

Large diffs are not rendered by default.

Binary file added static/UI/dist/favicon.ico
Binary file not shown.
4 changes: 4 additions & 0 deletions static/UI/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>toolbox-ui</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><script src="wasm_exec.js"></script><script>const go = new Go();
WebAssembly.instantiateStreaming(fetch("main.wasm"), go.importObject).then((result) => {
go.run(result.instance);
});</script><link href="/css/Base64.ab731355.css" rel="prefetch"><link href="/css/Base64~Cidr~Json~Jwt.218a6332.css" rel="prefetch"><link href="/css/Cidr.92937e98.css" rel="prefetch"><link href="/css/Json~Jwt.1bc53392.css" rel="prefetch"><link href="/js/Base64.2117dc9d.js" rel="prefetch"><link href="/js/Base64~Cidr~Json~Jwt.ecdadd9b.js" rel="prefetch"><link href="/js/Cidr.59cdc14b.js" rel="prefetch"><link href="/js/Json.b1f7ef6a.js" rel="prefetch"><link href="/js/Json~Jwt.4dc63110.js" rel="prefetch"><link href="/js/Jwt.ee3933dc.js" rel="prefetch"><link href="/css/chunk-vendors.753fb2c3.css" rel="preload" as="style"><link href="/js/app.5a2f290f.js" rel="preload" as="script"><link href="/js/chunk-vendors.f669d9b8.js" rel="preload" as="script"><link href="/css/chunk-vendors.753fb2c3.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but toolbox-ui doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/js/chunk-vendors.f669d9b8.js"></script><script src="/js/app.5a2f290f.js"></script></body></html>

0 comments on commit 0c07081

Please sign in to comment.