Skip to content

Commit

Permalink
chore(gh-bot): 🚀 deploy to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 16, 2021
1 parent e467a44 commit 384c99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/about.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html class="dark" 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="apple-touch-icon" sizes="180x180" href="./favicon/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png"><link rel="mask-icon" href="./favicon/safari-pinned-tab.svg" color="#3b82f6"><link rel="shortcut icon" href="./favicon/favicon.ico"><meta name="msapplication-TileColor" content="#3b82f6"><meta name="msapplication-config" content="./favicon/browserconfig.xml"><meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)"><meta name="theme-color" content="#000000" media="(prefers-color-scheme: dark)"><link rel="icon" type="image/svg+xml" href="./favicon/favicon.svg"><link rel="manifest" href="./manifest.json"><meta name="web-author" content="Okiki Ojo"><meta name="robots" content="index, follow"><link rel="preconnect" href="https://fonts.gstatic.com"><link rel="preload" href="https://fonts.gstatic.com/s/manrope/v4/xn7gYHE41ni1AdIRggexSg.woff2" as="font" type="font/woff2" crossorigin><link rel="preload" href="https://fonts.gstatic.com/s/materialiconsround/v62/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2" as="font" type="font/woff2" crossorigin><link rel="stylesheet" href="./css/app.min.css"><meta name="og:locale" content="en_Us"/><meta property="og:type" content="website"/><meta name="keywords" content="bundle, rollup, esbuild, gzip, minify, es2020, monaco-editor, typescript"/><meta property="og:image" content="/favicon/android-chrome-512x512.png"/><title>bundle - a quick npm package size checker</title><meta name="title" content="bundle - a quick npm package size checker"/><meta itemprop="name" content="bundle - a quick npm package size checker"/><meta property="og:title" content="bundle - a quick npm package size checker"/><meta name="twitter:title" content="bundle - a quick npm package size checker"/><meta name="apple-mobile-web-app-title" content="bundle - a quick npm package size checker"/><link rel="home" href="/"/><link rel="relative-url" href="/"/><link rel="canonical" href="https://bundle.js.org/"/><meta itemprop="url" content="https://bundle.js.org/"/><meta name="shortlink" content="https://bundle.js.org/"/><meta property="og:url" content="https://bundle.js.org/"/><meta name="twitter:url" content="https://bundle.js.org/"/><meta name="description" content="bundle is a quick and easy way to bundle your projects, minify and see it's gzip size, it's similar to bundlephobia but does all the work locally on you computer and can treeshake and bundle multiple packages (both commonjs and esm) together."/><meta property="og:description" content="bundle is a quick and easy way to bundle your projects, minify and see it's gzip size, it's similar to bundlephobia but does all the work locally on you computer and can treeshake and bundle multiple packages (both commonjs and esm) together."/><meta property="twitter:description" content="bundle is a quick and easy way to bundle your projects, minify and see it's gzip size, it's similar to bundlephobia but does all the work locally on you computer and can treeshake and bundle multiple packages (both commonjs and esm) together."/><meta itemprop="description" content="bundle is a quick and easy way to bundle your projects, minify and see it's gzip size, it's similar to bundlephobia but does all the work locally on you computer and can treeshake and bundle multiple packages (both commonjs and esm) together."/></head><body><nav class="navbar"><div class="navbar-bg"><div class="container"><div class="navbar-shadow"></div></div></div><div class="navbar-bg"><div class="container"><div class="navbar-border"></div></div></div><div class="container"><div class="navbar-frame"><a class="navbar-logo" href="./">bundle</a><div class="mobile"><a class="btn btn-highlight" href="https://github.com/okikio/bundle" target="_blank" rel="noopener">Github</a><button class="theme-toggle" type="button"><span class="icon">dark_mode</span></button><button class="navbar-toggle" type="button"><span class="icon">menu</span></button></div><div class="navbar-collapse collapse mobile"><div class="navbar-list"><a href="./about" data-path="/about(.html)?">About</a><a href="./faq.html" data-path="/faq(.html)?">FAQ</a></div></div><div class="desktop"><div class="navbar-collapse"><div class="navbar-list"><a href="./about" data-path="/about(.html)?">About</a><a href="./faq.html" data-path="/faq(.html)?">FAQ</a><a class="btn btn-highlight" href="https://github.com/okikio/bundle" target="_blank" rel="noopener">Github</a><button class="theme-toggle" type="button"><span class="icon">dark_mode</span></button></div></div></div></div></div></nav><div class="navbar-offset"></div><main id="main" data-wrapper><div class="container max-w-screen-lg" id="about"><h2 class="text-center">about</h2><a id="product-hunt" href="https://www.producthunt.com/posts/bundle-6?utm_source=badge-featured&amp;utm_medium=badge&amp;utm_souce=badge-bundle-6" target="_blank" rel="noopener"><figure width="250" height="54"><img class="dark" src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=300568&amp;theme=dark" alt="" loading="eager"/><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=300568&amp;theme=light" alt="" loading="eager"/><figcaption>A link to bundle.js.org's Product Hunt page; a small public display of what bundle.js.org is all about</figcaption></figure></a><p> <strong>bundle</strong> is a quick and easy way to bundle your projects and see the minified and gzip size, it's similar to<a href="https://bundlephobia.com" target="_blank" rel="noopener"> bundlephobia</a> but does all the work locally on you computer and can treeshake multiple packages (both commonjs and esm) into a bundle, it currently doesn't support Typescript, but I plan to build support for it at a later date.<br><br></p><p>I used<a href="https://github.com/microsoft/monaco-editor" target="_blank" rel="noopener"> monaco-editor</a> for the code-editor,<a href="https://github.com/evanw/esbuild" target="_blank" rel="noopener"> esbuild </a> and<a href="https://github.com/rollup/rollup" target="_blank" rel="noopener"> rollup</a> as bundler and treeshaker respectively,<a href="https://github.com/nodeca/pako" target="_blank" rel="noopener"> pako</a> as a js port of the zlib and gzip libraries, <a href="https://github.com/sindresorhus/pretty-bytes" target="_blank" rel="noopener"> pretty-bytes</a> to convert the gzip size to human readable values, and <a href="https://github.com/mlomb/countapi-js" target="_blank" rel="noopener"> countapi-js</a> to keep track of the number of page visits, in a private and secure way.<br><br>This project was greatly influenced by <a href="https://github.com/hardfist" target="_blank" rel="noopener">@hardfists</a><a href="https://github.com/hardfist/neo-tools" target="_blank" rel="noopener"> neo-tools</a> and <a href="https://github.com/mizchi" target="_blank" rel="noopener">@mizchi's</a><a href="https://github.com/mizchi/uniroll" target="_blank" rel="noopener"> uniroll</a> project.<br><br><span>The project isn't perfect, I am still working on an autocomplete, hover intellisence, better mobile support and the high memory usage of </span><strong>esbuild</strong><span> and </span><strong>monaco</strong><span> as well as some edge case packages, e.g. </span><strong>monaco-editor.</strong><br><br>If there is something I missed, a mistake, or a feature you would like added please create an issue or a pull request and I'll try to get to it. You can contribute to this project at<a href="https://github.com/okikio/bundle" target="_blank" rel="noopener"> okikio/bundle.</a><br><br><strong>bundle</strong> uses<a href="https://www.conventionalcommits.org/en/v1.0.0/" target="_blank" rel="noopener"> Conventional Commits</a> as the style of commit, and the<a href="http://commitizen.github.io/cz-cli/" target="_blank" rel="noopener"> Commitizen CLI</a> to make commits easier.<br><br>You can join the discussion on<a href="https://github.com/okikio/bundle/discussions" target="_blank" rel="noopener"> github discussions</a>.</p><br></div></main><footer class="footer my-6"><div class="container space-x-2"><p class="bg-gray-200 dark:bg-quaternary inline-block px-4 py-2 rounded-md"><span> Made by </span><a href="https://github.com/okikio" target="_blank" rel="noopener">Okiki Ojo</a>.</p></div></footer><script src="https://cdn.polyfill.io/v3/polyfill.min.js?features=default,es2015,es2018,Array.prototype.includes,Promise,Intl" async></script><script src="./js/theme.min.js" type="module" async></script><script src="./js/critical.min.js" type="module" async></script><script type="application/ld+json">{
<!DOCTYPE html><html class="dark" 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="apple-touch-icon" sizes="180x180" href="./favicon/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png"><link rel="mask-icon" href="./favicon/safari-pinned-tab.svg" color="#3b82f6"><link rel="shortcut icon" href="./favicon/favicon.ico"><meta name="msapplication-TileColor" content="#3b82f6"><meta name="msapplication-config" content="./favicon/browserconfig.xml"><meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)"><meta name="theme-color" content="#000000" media="(prefers-color-scheme: dark)"><link rel="icon" type="image/svg+xml" href="./favicon/favicon.svg"><link rel="manifest" href="./manifest.json"><meta name="web-author" content="Okiki Ojo"><meta name="robots" content="index, follow"><link rel="preconnect" href="https://fonts.gstatic.com"><link rel="preload" href="https://fonts.gstatic.com/s/manrope/v4/xn7gYHE41ni1AdIRggexSg.woff2" as="font" type="font/woff2" crossorigin><link rel="preload" href="https://fonts.gstatic.com/s/materialiconsround/v62/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2" as="font" type="font/woff2" crossorigin><link rel="stylesheet" href="./css/app.min.css"><meta name="og:locale" content="en_Us"/><meta property="og:type" content="website"/><meta name="keywords" content="bundle, rollup, esbuild, gzip, minify, es2020, monaco-editor, typescript"/><meta property="og:image" content="/favicon/android-chrome-512x512.png"/><title>bundle - a quick npm package size checker</title><meta name="title" content="bundle - a quick npm package size checker"/><meta itemprop="name" content="bundle - a quick npm package size checker"/><meta property="og:title" content="bundle - a quick npm package size checker"/><meta name="twitter:title" content="bundle - a quick npm package size checker"/><meta name="apple-mobile-web-app-title" content="bundle - a quick npm package size checker"/><link rel="home" href="/"/><link rel="relative-url" href="/"/><link rel="canonical" href="https://bundle.js.org/"/><meta itemprop="url" content="https://bundle.js.org/"/><meta name="shortlink" content="https://bundle.js.org/"/><meta property="og:url" content="https://bundle.js.org/"/><meta name="twitter:url" content="https://bundle.js.org/"/><meta name="description" content="bundle is a quick and easy way to bundle your projects, minify and see it's gzip size, it's similar to bundlephobia but does all the work locally on you computer and can treeshake and bundle multiple packages (both commonjs and esm) together."/><meta property="og:description" content="bundle is a quick and easy way to bundle your projects, minify and see it's gzip size, it's similar to bundlephobia but does all the work locally on you computer and can treeshake and bundle multiple packages (both commonjs and esm) together."/><meta property="twitter:description" content="bundle is a quick and easy way to bundle your projects, minify and see it's gzip size, it's similar to bundlephobia but does all the work locally on you computer and can treeshake and bundle multiple packages (both commonjs and esm) together."/><meta itemprop="description" content="bundle is a quick and easy way to bundle your projects, minify and see it's gzip size, it's similar to bundlephobia but does all the work locally on you computer and can treeshake and bundle multiple packages (both commonjs and esm) together."/></head><body><nav class="navbar"><div class="navbar-bg"><div class="container"><div class="navbar-shadow"></div></div></div><div class="navbar-bg"><div class="container"><div class="navbar-border"></div></div></div><div class="container"><div class="navbar-frame"><a class="navbar-logo" href="./">bundle</a><div class="mobile"><a class="btn btn-highlight" href="https://github.com/okikio/bundle" target="_blank" rel="noopener">Github</a><button class="theme-toggle" type="button"><span class="icon">dark_mode</span></button><button class="navbar-toggle" type="button"><span class="icon">menu</span></button></div><div class="navbar-collapse collapse mobile"><div class="navbar-list"><a href="./about" data-path="/about(.html)?">About</a><a href="./faq.html" data-path="/faq(.html)?">FAQ</a></div></div><div class="desktop"><div class="navbar-collapse"><div class="navbar-list"><a href="./about" data-path="/about(.html)?">About</a><a href="./faq.html" data-path="/faq(.html)?">FAQ</a><a class="btn btn-highlight" href="https://github.com/okikio/bundle" target="_blank" rel="noopener">Github</a><button class="theme-toggle" type="button"><span class="icon">dark_mode</span></button></div></div></div></div></div></nav><div class="navbar-offset"></div><main id="main" data-wrapper><div class="container max-w-screen-lg" id="about"><h2 class="text-center">about</h2><a id="product-hunt" href="https://www.producthunt.com/posts/bundle-6?utm_source=badge-featured&amp;utm_medium=badge&amp;utm_souce=badge-bundle-6" target="_blank" rel="noopener"><figure width="250" height="54"><img class="dark" src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=300568&amp;theme=dark" alt="" loading="eager"/><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=300568&amp;theme=light" alt="" loading="eager"/><figcaption>A link to bundle.js.org's Product Hunt page; a small public display of what bundle.js.org is all about</figcaption></figure></a><p> <strong>bundle</strong> is a quick and easy way to bundle your projects and see the minified and gzip size, it's similar to<a href="https://bundlephobia.com" target="_blank" rel="noopener"> bundlephobia</a> but does all the work locally on you computer and can treeshake multiple packages (both commonjs and esm) into a bundle, it also supports Typescript.<br><br></p><p>I used<a href="https://github.com/microsoft/monaco-editor" target="_blank" rel="noopener"> monaco-editor</a> for the code-editor,<a href="https://github.com/evanw/esbuild" target="_blank" rel="noopener"> esbuild </a> and<a href="https://github.com/rollup/rollup" target="_blank" rel="noopener"> rollup</a> as bundler and treeshaker respectively,<a href="https://github.com/nodeca/pako" target="_blank" rel="noopener"> pako</a> as a js port of the zlib and gzip libraries, <a href="https://github.com/sindresorhus/pretty-bytes" target="_blank" rel="noopener"> pretty-bytes</a> to convert the gzip size to human readable values, and <a href="https://github.com/mlomb/countapi-js" target="_blank" rel="noopener"> countapi-js</a> to keep track of the number of page visits, in a private and secure way.<br><br>This project was greatly influenced by <a href="https://github.com/hardfist" target="_blank" rel="noopener">@hardfists</a><a href="https://github.com/hardfist/neo-tools" target="_blank" rel="noopener"> neo-tools</a> and <a href="https://github.com/mizchi" target="_blank" rel="noopener">@mizchi's</a><a href="https://github.com/mizchi/uniroll" target="_blank" rel="noopener"> uniroll</a> project.<br><br><span>The project isn't perfect, I am still working on an autocomplete, hover intellisence, better mobile support and the high memory usage of </span><strong>esbuild</strong><span> and </span><strong>monaco</strong><span> as well as some edge case packages, e.g. </span><strong>monaco-editor.</strong><br><br>If there is something I missed, a mistake, or a feature you would like added please create an issue or a pull request and I'll try to get to it. You can contribute to this project at<a href="https://github.com/okikio/bundle" target="_blank" rel="noopener"> okikio/bundle.</a><br><br><strong>bundle</strong> uses<a href="https://www.conventionalcommits.org/en/v1.0.0/" target="_blank" rel="noopener"> Conventional Commits</a> as the style of commit, and the<a href="http://commitizen.github.io/cz-cli/" target="_blank" rel="noopener"> Commitizen CLI</a> to make commits easier.<br><br>You can join the discussion on<a href="https://github.com/okikio/bundle/discussions" target="_blank" rel="noopener"> github discussions</a>.</p><br></div></main><footer class="footer my-6"><div class="container space-x-2"><p class="bg-gray-200 dark:bg-quaternary inline-block px-4 py-2 rounded-md"><span> Made by </span><a href="https://github.com/okikio" target="_blank" rel="noopener">Okiki Ojo</a>.</p></div></footer><script src="https://cdn.polyfill.io/v3/polyfill.min.js?features=default,es2015,es2018,Array.prototype.includes,Promise,Intl" async></script><script src="./js/theme.min.js" type="module" async></script><script src="./js/critical.min.js" type="module" async></script><script type="application/ld+json">{
"@context":"https://schema.org",
"@graph":[
{
Expand Down

0 comments on commit 384c99c

Please sign in to comment.