Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove some less useful demos. #1847

Merged
merged 4 commits into from
Aug 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,9 @@ The [Blockly Codelabs](https://blocklycodelabs.dev/) refer to this example code.

### Integrating Blockly

- [``blockly-requirejs-sample``](blockly-requirejs/): Loads RequireJS from a CDN and loads Blockly using ``AMD``.
- [``blockly-umd-sample``](blockly-umd/): Loads the UMD build of Blockly (``blockly.min.js``), both from node_modules and from Unpkg.
- [``blockly-webpack-sample``](blockly-webpack/): Using Blockly in Webpack.
- [``blockly-node-sample``](blockly-node/): Using Blockly in Node.js, loaded using require (``CommonJS``).
- [``blockly-angular-sample``](blockly-angular/): Blockly in an Angular project, defines an Angular Blockly Component.
- [``blockly-react-sample``](blockly-react/): Blockly in a React project, defines a React Blockly Component.
- [``blockly-svelte-sample``](blockly-svelte/): Blockly in a Svelte project, defines a Svelte Blockly Component.
- [``blockly-vue-sample``](blockly-vue/): Blockly in a Vue project, defines a Vue Blockly Component.
- [``blockly-vue3-sample``](blockly-vue3/): Blockly in a Vue3 project, defines a Vue Blockly Component.
- [``blockly-parcel``](blockly-parcel/): Using Blockly with Parcel.

Expand Down
28 changes: 0 additions & 28 deletions examples/blockly-requirejs/README.md

This file was deleted.

32 changes: 0 additions & 32 deletions examples/blockly-requirejs/index.html

This file was deleted.

111 changes: 0 additions & 111 deletions examples/blockly-requirejs/index.js

This file was deleted.

32 changes: 0 additions & 32 deletions examples/blockly-requirejs/locale.html

This file was deleted.

121 changes: 0 additions & 121 deletions examples/blockly-requirejs/locale.js

This file was deleted.

Loading
Loading