From 8286561125cd23b176ed4a63577a2a233c00f297 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Thu, 7 Apr 2016 18:14:24 -0700 Subject: [PATCH 1/3] Add app manifest --- sim/public/sim.manifest | 9 +++++++++ sim/public/simulator.html | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 sim/public/sim.manifest diff --git a/sim/public/sim.manifest b/sim/public/sim.manifest new file mode 100644 index 00000000..1a7b5996 --- /dev/null +++ b/sim/public/sim.manifest @@ -0,0 +1,9 @@ +CACHE MANIFEST + +CACHE: +/cdn/bluebird.min.js +/cdn/pxtsim.js +/sim/sim.js + +NETWORK: +* diff --git a/sim/public/simulator.html b/sim/public/simulator.html index 310efee0..5f2f1c86 100644 --- a/sim/public/simulator.html +++ b/sim/public/simulator.html @@ -1,5 +1,5 @@ - + From fa6b48e421bc8435376f0526ea91a5cd2dc2d952 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Thu, 7 Apr 2016 18:17:28 -0700 Subject: [PATCH 2/3] Bump pxt-core to 0.2.48 --- package.json | 64 ++++++++++++++++++++++++++-------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/package.json b/package.json index 185caef5..4057167f 100644 --- a/package.json +++ b/package.json @@ -1,34 +1,34 @@ { - "name": "pxt-microbit", - "version": "0.2.45", - "description": "BBC micro:bit target for PXT", - "keywords": [ - "JavaScript", - "education", - "microbit" - ], - "repository": { - "type": "git", - "url": "git+https://github.com/Microsoft/pxt-microbit.git" - }, - "author": "", - "license": "MIT", - "homepage": "https://github.com/Microsoft/pxt-microbit#readme", - "files": [ - "README.md", - "pxtarget.json", - "built/*.js", - "built/*.json", - "built/*.d.ts", - "sim/public", - "docs/*.md", - "docs/*/*.md", - "docs/*/*/*.md" - ], - "devDependencies": { - "typescript": "^1.8.7" - }, - "dependencies": { - "pxt-core": "0.2.46" - } + "name": "pxt-microbit", + "version": "0.2.45", + "description": "BBC micro:bit target for PXT", + "keywords": [ + "JavaScript", + "education", + "microbit" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/Microsoft/pxt-microbit.git" + }, + "author": "", + "license": "MIT", + "homepage": "https://github.com/Microsoft/pxt-microbit#readme", + "files": [ + "README.md", + "pxtarget.json", + "built/*.js", + "built/*.json", + "built/*.d.ts", + "sim/public", + "docs/*.md", + "docs/*/*.md", + "docs/*/*/*.md" + ], + "devDependencies": { + "typescript": "^1.8.7" + }, + "dependencies": { + "pxt-core": "0.2.48" + } } From 693d0195250715323be34a51ebd6c7c19b4caa43 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Thu, 7 Apr 2016 18:17:30 -0700 Subject: [PATCH 3/3] 0.2.46 --- package.json | 64 ++++++++++++++++++++++++++-------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/package.json b/package.json index 4057167f..9af8e674 100644 --- a/package.json +++ b/package.json @@ -1,34 +1,34 @@ { - "name": "pxt-microbit", - "version": "0.2.45", - "description": "BBC micro:bit target for PXT", - "keywords": [ - "JavaScript", - "education", - "microbit" - ], - "repository": { - "type": "git", - "url": "git+https://github.com/Microsoft/pxt-microbit.git" - }, - "author": "", - "license": "MIT", - "homepage": "https://github.com/Microsoft/pxt-microbit#readme", - "files": [ - "README.md", - "pxtarget.json", - "built/*.js", - "built/*.json", - "built/*.d.ts", - "sim/public", - "docs/*.md", - "docs/*/*.md", - "docs/*/*/*.md" - ], - "devDependencies": { - "typescript": "^1.8.7" - }, - "dependencies": { - "pxt-core": "0.2.48" - } + "name": "pxt-microbit", + "version": "0.2.46", + "description": "BBC micro:bit target for PXT", + "keywords": [ + "JavaScript", + "education", + "microbit" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/Microsoft/pxt-microbit.git" + }, + "author": "", + "license": "MIT", + "homepage": "https://github.com/Microsoft/pxt-microbit#readme", + "files": [ + "README.md", + "pxtarget.json", + "built/*.js", + "built/*.json", + "built/*.d.ts", + "sim/public", + "docs/*.md", + "docs/*/*.md", + "docs/*/*/*.md" + ], + "devDependencies": { + "typescript": "^1.8.7" + }, + "dependencies": { + "pxt-core": "0.2.48" + } }