Skip to content

Commit

Permalink
Merge branch 'master' into merge-into-release
Browse files Browse the repository at this point in the history
  • Loading branch information
kozbial committed Sep 30, 2021
2 parents 4f455a5 + 21e3e22 commit 793f3af
Show file tree
Hide file tree
Showing 83 changed files with 100,162 additions and 66,965 deletions.
2 changes: 1 addition & 1 deletion codelabs/custom_generator/custom_generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You will make all of your changes in the advanced playground, which you can find
To start, create a file named `custom_generator.js` in the same folder as the playground. Include it with a script tag.

```
<script src="custom_generator.js"></script>
<script src="./custom_generator.js"></script>
```

Note: you must include your custom code *after* including the Blockly library.
Expand Down
56 changes: 32 additions & 24 deletions examples/blockly-angular/package-lock.json

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

18 changes: 9 additions & 9 deletions examples/blockly-react/package-lock.json

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

67 changes: 25 additions & 42 deletions examples/blockly-rtc/package-lock.json

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

1 change: 1 addition & 0 deletions gh-pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ layout: index
* [Fixed Edges](plugins/fixed-edges/test/index.html)
* [Zoom to Fit](plugins/zoom-to-fit/test/index.html)
* [Keyboard Navigation](plugins/keyboard-navigation/test/index.html)
* [Scroll Options](plugins/scroll-options/test/index.html)

## Themes
* [Theme Dark](plugins/theme-dark/test/index.html)
Expand Down
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"publish": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}
},
"ignoreChanges": ["plugins/**/package-lock.json"]
}
Loading

0 comments on commit 793f3af

Please sign in to comment.