Contains a skeleton application that has no dependencies.
To use this project, clone a bare copy this way:
git clone git@github.com:itsbspoke/foundation-middleman-skeleton your-project-name
cd your-project-name
rm -rf .git
git init
git add .
git commit -m "First commit."