Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Having no background script should raise a warning if the app is launched from a local path #31

Open
m-alger opened this issue Feb 3, 2016 · 0 comments

Comments

@m-alger
Copy link
Contributor

m-alger commented Feb 3, 2016

Say we have an app which has a manifest member like the following. I think that this means it's a packaged app, but it's locally hosted.

 "app": {
    "launch": {
       "local_path": "index.html"
    }
 }

Caterpillar can still convert these to websites, and give a useful report, so we should change the current behaviour of raising an error on no background script to raising a warning if the app is launched from a local path. Note that this breaks the assumption that a background script exists, so part of the conversion process will also have to be updated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant