Skip to content

joshdover/hermes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Don't use this anymore

I don't use middleman anymore and neither should you. Go checkout gulp or grunt.

Hermes

Starter project for phonegap that uses middleman as a build system for compiling preprocessed HTML, CSS, and JS.

Preprocessing
Tools
  • Bower [js package management]
  • Compass [sass helpers/mixins]

Getting Started

  1. Clone or fork the repository
  2. bundle
  3. middleman server
  4. Make changes in the src directory
  5. phonegap run [platform] - calls middleman build for you

Using Bower

  1. Find and install the packages you need...
$ bower search PACKAGE_NAME
$ bower install ACTUAL_PACKAGE_NAME -S
  1. Include the assets in your js/css files (paths relative to the root 'bower' directory )

#=require 'folder/file' - for js files @import 'folder/file' - for css files

About

Build mechanism for preprocessed phonegap apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published