Adds Phonegap to Hot Towel for native deployments to Android / iPhone / Blackberry / Windows Phone / etc... so
you can use native features such as the Camera and deploy your application to the app stores.
Removes the cshtml dependency and adds a plain index.html page
Adds a build script in conjuction with Durandal Weyland to output files in a PhoneGap Build format
The PhoneGapBuild.ps1 script will output the html/css/js in a folder titled
~\Desktop\PhoneGapBuildAppYYYY-MM-DD_HH-MM-SS
Shows an example of pulling in a third party plugin and how to create a custom binding in the
services\binding-handlers.js file.
Uses the jquery.mmenu plugin for navigation
To Create a PhoneGap Build App
Review the docs here, https://build.phonegap.com/docs
To get up and running quickly...simply build the app in release mode then
run the PhoneGapBuild.ps1 and it will output a folder on the desktop.
Zip the folder up and upload it to https://build.phonegap.com .
An app will be built and available for download from the site.
To Create App Icons
You can generate Android icons using this site
Then configure the config.xml to use them in the build
mmenu plugin - custom binding handler
To get the jquery.mmenu plugin to work, a durandal custom binding handler was created in services/binding-handlers.js. This file is loaded at app start in main.js.