Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 641 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 641 Bytes

info.clearelection.org

This repo contains the static site generator for info.clearelection.org

It's a Middleman 3.x project using Compass/SASS, HAML, Coffeescript, bower, and Foundation, among other things.

Important commands:

  • bundle update
  • bower update
  • middleman server - test on http://localhost:4567
  • rake release - push to live site. Requires a local file keys/aws.yml (.gitignore'd) with the appropriate AWS authorization data.