Skip to content

Commit b417ad9

Browse files
committed
Deploy html version and bump version numbers.
1 parent 59b8a18 commit b417ad9

File tree

52 files changed

+135
-751
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+135
-751
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ even your browser.
2424
[openssf]: https://bestpractices.coreinfrastructure.org/projects/7182
2525
[PyCharm downloads]: https://img.shields.io/jetbrains/plugin/d/9742?label=PyCharm%20%E2%86%93
2626
[pycharm plugin]: https://plugins.jetbrains.com/plugin/9742
27-
[Emacs downloads]: https://img.shields.io/badge/Emacs%20%E2%86%93-377k-brightgreen
27+
[Emacs downloads]: https://img.shields.io/badge/Emacs%20%E2%86%93-432k-brightgreen
2828
[emacs plugin]: https://melpa.org/#/live-py-mode
2929
[Sublime downloads]: https://img.shields.io/packagecontrol/dt/Live%20Coding%20in%20Python?label=Sublime%20%E2%86%93
3030
[sublime plugin]: https://packagecontrol.io/packages/Live%20Coding%20in%20Python

contributing-browser-full.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ GitHub, and install Docker. After that, follow these steps for each release.
6666

6767
1. Update the version number in `html/meta.yaml` and in the `srcFiles` list in
6868
`html/deploy.js`.
69-
2. Find the `remove_modules.txt` file in the pyodide project, and remove
69+
2. Find the `Makefile.envs` file in the pyodide project, and remove
7070
`turtle.py` from the list.
7171
3. Run `npm run build`. You should see a message that it rebuilt space tracer
7272
in pyodide.

docs/_includes/head-scripts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
window.liveCodingExtraFiles = "{{ page.files }}";
1212
</script>
1313
{% endif %}
14-
<script defer="defer" src="{{ 'demo/static/js/main.e8040e10.js' | relative_url }}"></script><link href="{{ 'demo/static/css/main.2915c2e0.css' | relative_url }}" rel="stylesheet">
14+
<script defer="defer" src="{{ 'demo/static/js/main.fe4a6fe8.js' | relative_url }}"></script><link href="{{ 'demo/static/css/main.2915c2e0.css' | relative_url }}" rel="stylesheet">
1515
{% endif %}

docs/demo/asset-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"files": {
33
"main.css": "./static/css/main.2915c2e0.css",
4-
"main.js": "./static/js/main.e8040e10.js",
5-
"static/js/496.97f6a965.chunk.js": "./static/js/496.97f6a965.chunk.js",
4+
"main.js": "./static/js/main.fe4a6fe8.js",
5+
"static/js/496.4627015c.chunk.js": "./static/js/496.4627015c.chunk.js",
66
"index.html": "./index.html",
77
"main.2915c2e0.css.map": "./static/css/main.2915c2e0.css.map",
8-
"main.e8040e10.js.map": "./static/js/main.e8040e10.js.map",
9-
"496.97f6a965.chunk.js.map": "./static/js/496.97f6a965.chunk.js.map"
8+
"main.fe4a6fe8.js.map": "./static/js/main.fe4a6fe8.js.map",
9+
"496.4627015c.chunk.js.map": "./static/js/496.4627015c.chunk.js.map"
1010
},
1111
"entrypoints": [
1212
"static/css/main.2915c2e0.css",
13-
"static/js/main.e8040e10.js"
13+
"static/js/main.fe4a6fe8.js"
1414
]
1515
}
Binary file not shown.
-6.24 KB
Binary file not shown.
8.13 KB
Binary file not shown.
-181 KB
Binary file not shown.
-1010 KB
Binary file not shown.
1.02 MB
Binary file not shown.

0 commit comments

Comments
 (0)