Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
e99a2df578 | |||
7e5f3fdbf3 | |||
b538526948 | |||
889142d0f7 | |||
3791689fc4 | |||
d05f66650f | |||
a4f08e99a9 | |||
190e5e2e03 |
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -12,6 +12,7 @@
|
||||
*.html text eol=lf
|
||||
*.py text eol=lf
|
||||
*.exp text eol=lf
|
||||
*.manifest text eol=lf
|
||||
|
||||
# do not enforce text for everything - it causes issues with random binary files
|
||||
|
||||
|
BIN
docs/static/logo128.png
vendored
Normal file
BIN
docs/static/logo128.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
docs/static/logo32.png
vendored
Normal file
BIN
docs/static/logo32.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
docs/static/logo512.png
vendored
Normal file
BIN
docs/static/logo512.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 129 KiB |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pxt-microbit",
|
||||
"version": "0.2.50",
|
||||
"version": "0.2.52",
|
||||
"description": "BBC micro:bit target for PXT",
|
||||
"keywords": [
|
||||
"JavaScript",
|
||||
@ -29,6 +29,6 @@
|
||||
"typescript": "^1.8.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"pxt-core": "0.2.53"
|
||||
"pxt-core": "0.2.55"
|
||||
}
|
||||
}
|
||||
|
9
sim/public/sim.manifest
Normal file
9
sim/public/sim.manifest
Normal file
@ -0,0 +1,9 @@
|
||||
CACHE MANIFEST
|
||||
|
||||
CACHE:
|
||||
/cdn/bluebird.min.js
|
||||
/cdn/pxtsim.js
|
||||
/sim/sim.js
|
||||
|
||||
NETWORK:
|
||||
*
|
@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html lang="en" data-framework="typescript">
|
||||
<html lang="en" data-manifest="" data-framework="typescript">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
17
webmanifest.json
Normal file
17
webmanifest.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"icons": [
|
||||
{
|
||||
"src": "https://az851932.vo.msecnd.net/pub/fpenpmjz",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "https://az851932.vo.msecnd.net/pub/vetoccmr",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "https://az851932.vo.msecnd.net/pub/xiioeeyf",
|
||||
"sizes": "32x32",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user