Skip to content

ryanlindsey/middleman-phonegap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

middleman-phonegap

middleman-phonegap is a Middleman 3.x project template for PhoneGap with Haml, Sass and CoffeeScript.

Using Bundler and RVM or rbenv is highly recommended.

Only supports iOS (for now).

Includes

Requires

Installation

  1. Clone middleman-phonegap into ~/.middleman. You will need to create this directory if it doesn't exist.

    $ git clone git://github.com/pixelsonly/middleman-phonegap.git ~/.middleman/middleman-phonegap
  2. Download and install PhoneGap if you haven't already.

  3. Create a PhoneGap project by running the create command, see docs for help:

    $ ./path/to/cordova-ios/bin/create /path/to/new_phonegap_project com.example.cordova_project_name PhonegapProjectName
  4. Initialize Middleman with the template on the PhoneGap project you just created:

    $ middleman init existing_phonegap_project --template=middleman-phonegap

For more help follow Middleman's project template instructions or feel free to hit me up on Twitter.

Usage

middleman-phonegap hooks into the Middleman build process, merges the compiled assets with the PhoneGap structure, compiles the iOS application and launches the iOS Simulator with a single command.

Run

$ middleman build

from project root.

LICENSE

Copyright (c) 2013 Ryan Lindsey

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A Middleman project template for Phonegap projects using Haml, Sass & Coffeescript

Resources

Stars

Watchers

Forks

Packages

No packages published