Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Conflicting information about directory structure in zip file #253

@nodefish

Description

@nodefish

This page: http://docs.phonegap.com/phonegap-build/getting-started/app-project-structure/

...specifically says it's OK not having the config.xml and index.html in the same folder:

www: (required) this directory contains the html, javascript and other assets that should be included in your application. This directory should contain a file called index.html that is the HTML root of your application.

However, when doing so, I get "Error - No index.html found" when attempting to build. Upon researching further, I came across the following page: http://docs.phonegap.com/phonegap-build/start/#structure_application

...which says:

PhoneGap Build's only requirement for your application structure is that the config.xml and index.html is in the top level of your application. Other than that you can structure your application as dictated by your workflows.

I'm unclear on what the proper approach here is.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions