Skip to content

Commit

Permalink
feat: only bundle code when bundle is included in url;
Browse files Browse the repository at this point in the history
feat: switch to theme select box;
  • Loading branch information
okikio committed Oct 7, 2021
1 parent 0968b21 commit 43fef60
Show file tree
Hide file tree
Showing 11 changed files with 478 additions and 449 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ There is another way to share a reproduciable bundle, the sharable link. Sharebl

In order to create a shareble link, you click the `Share` button, it copies the share url to your clipboard, and from there you can paste where you wish.

> If you would like to bundle your code when the share URL is loaded, add `bundle` to the url, e.g. [/?q=@okikio/animate&bundle](https://bundle.js.org/?q=@okikio/animate&bundle) or [/?bundle&share=PTAEGEBsEsGMGtQCUCuA7UAzA9gJ1AC4AWApqAELoAmkJVoA1KALLRrSbR2OgDiAXtAAOQ7kICGCcQHMyAZ2j8SAKBIAPIXgKgAVFlzYAtqABEAAWzxoV7MHHtD4giRMBuIA](https://bundle.js.org/?bundle&share=PTAEGEBsEsGMGtQCUCuA7UAzA9gJ1AC4AWApqAELoAmkJVoA1KALLRrSbR2OgDiAXtAAOQ7kICGCcQHMyAZ2j8SAKBIAPIXgKgAVFlzYAtqABEAAWzxoV7MHHtD4giRMBuIA)

## Badges

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"browser-builtins": "^3.3.1",
"buffer": "^6.0.3",
"countapi-js": "^1.0.2",
"esbuild-wasm": "^0.13.3",
"esbuild-wasm": "^0.13.4",
"events": "^3.3.0",
"highlight.js": "^11.2.0",
"memfs": "^3.3.0",
Expand All @@ -59,12 +59,12 @@
"@commitlint/cli": "^13.2.0",
"@commitlint/config-conventional": "^13.2.0",
"@csstools/postcss-sass": "^4.0.0",
"@types/node": "^16.10.2",
"autoprefixer": "^10.3.6",
"@types/node": "^16.10.3",
"autoprefixer": "^10.3.7",
"browser-sync": "^2.27.5",
"commitizen": "^4.2.4",
"del": "^6.0.0",
"esbuild": "^0.13.3",
"esbuild": "^0.13.4",
"esbuild-plugin-solid": "^0.4.0",
"fibers": "^5.0.0",
"gulp": "^4.0.2",
Expand All @@ -80,7 +80,7 @@
"gulp-size": "^4.0.1",
"husky": "^7.0.2",
"jstransformer-markdown-it": "^2.1.0",
"postcss": "^8.3.8",
"postcss": "^8.3.9",
"postcss-csso": "^5.0.1",
"postcss-scss": "^4.0.1",
"rollup": "^2.58.0",
Expand Down

0 comments on commit 43fef60

Please sign in to comment.