Merge pull request #3161 from thyttan/forge

forge: Compatibility with Fastload Utils
pull/3162/head
Rob Pilling 2024-01-18 20:19:54 +00:00 committed by GitHub
commit 7cd597ccf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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$/;

View File

@ -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",