Either clone this repo for your new project:
git clone git://github.com/tehpeh/middleman-foundation-5.git my_new_projector add it to the Middleman template directory and use the --template flag when creating a new project:
mkdir -p ~/.middleman
git clone git://github.com/tehpeh/middleman-foundation-5.git ~/.middleman/foundation-5
middleman init my_new_project --template=foundation-5Then finish the set up with:
cd my_new_project
bundle install
bower installWhen you're working on your project, just run the following command:
bundle exec middlemanIf you'd like to upgrade to a newer version of Foundation down the road just run:
bower updateThen compare and copy over any updates to _settings.scss:
diff source/stylesheets/_settings.scss bower_components/foundation/scss/foundation/_settings.scssMiddleman has it's own upgrade command:
bundle exec middleman upgradeThis project uses open source software under the MIT license. See LICENSE.md for details.