Kevin Dangoor wrote:
Answering my own question...

https://developer.mozilla.org/en-US/docs/Apps/Packaged_apps#Testing_packaged_app_installation

I'll give that a whirl.

I created a python script that can both serve a mini-manifest and also serve a zipped-on-the-fly zip file of the current working directory. Which may minimize the difficulty of the installation steps here:
https://developer.mozilla.org/en-US/docs/Apps/Packaged_apps#Installation_steps

The WIP patch is here:
https://github.com/robhudson/zamboni/commit/b00f8fb

I plan to add an install button that calls `installPackage` passing in the path to the mini-manifest.

The idea is that this can be run locally and the dev could request the page from their device (if on the same network) and easily install on device and iterate while developing.

Feedback welcome.

-Rob
_______________________________________________
dev-webapps mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-webapps

Reply via email to