mirror of https://github.com/espruino/BangleApps
commit
7cd597ccf9
|
@ -1 +1,2 @@
|
||||||
0.01: attempt to import
|
0.01: attempt to import
|
||||||
|
0.02: Make it possible for Fastload Utils to fastload into this app.
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
// App Forge
|
// App Forge
|
||||||
|
|
||||||
|
"Bangle.loadWidgets()"; // Facilitates fastloading to this app via Fastload Utils, while still not loading widgets on standard `load` calls.
|
||||||
|
|
||||||
st = require('Storage');
|
st = require('Storage');
|
||||||
|
|
||||||
l = /^a\..*\.js$/;
|
l = /^a\..*\.js$/;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ "id": "forge",
|
{ "id": "forge",
|
||||||
"name": "App Forge",
|
"name": "App Forge",
|
||||||
"version":"0.01",
|
"version":"0.02",
|
||||||
"description": "Easy way to run development versions of your apps",
|
"description": "Easy way to run development versions of your apps",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
|
|
Loading…
Reference in New Issue