I have developed a Windows 8 App using HTML, JS Blank App template. I have included PhoneGap / Cordova JS reference to the project as explained in PhoneGap documentation at http://docs.phonegap.com/en/2.3.0/guide_getting-started_windows-8_index.md.html
I am able to run the application in local environment, however I want to deploy it using PhoneGap build. PhoneGap documentation does not contain any information on which files needs to be bundled as zip file and upload to PhoneGap build server.
I need help on identifying the files which needs to be deployed to PhoneGap build and the format of those files [for e.g. Zip file, folder structure inside the zip file etc]
Note - For Windows Phone 7 app developed using Visual Studio 2010, IDE itself creates 'www' folder along with required JS and CSS files, which I have successfully deployed to PhoneGap build server and verified ap on different devices.
I need help specifically for Windows 8 app.
Thanks.