This is a template for Middleman featuring:
- Download or clone this repository to:
git clone https://github.com/juanghurtado/middleman-bower-bourbon-neat.git ~/.middleman/bower-bourbon-neat
- Create your new Middleman project with:
middleman init my_new_project --template=bower-bourbon-neat
- Use
bower install
to install the assets in thecomponents/
directory (you'll need to have Bower npm package installed:npm install -g bower
)