Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 344 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 344 Bytes

Middleman Boilerplate

A custom boilerplate installation of Middleman for new projects using HAML and SASS setup in Scalable and Modular Architecture for CSS (SMACSS).

To run:

bundle exec middleman

To build/compile a new static version:

bundle exec middleman build

This will add a "build" folder to root that is exported in HTML/CSS.