zurb / foundation-compass-stack

This is a stack for developing your website using Foundation, with Assemble for templates and Compass for Sass compilation.
7 stars 4 forks source link

Foundation Compass Stack

This is a template for your next web project using Foundation, Grunt, Compass, and Assemble!

Requirements

You'll need to have the following items installed before continuing.

Quickstart

Clone this repository:

git clone git@github.com:zurb/foundation-compass-stack.git

Navigate into the directory:

cd foundation-compass-stack

Install all the dependincies:

npm install && bower install

While you're working on your project, run:

grunt

This will assemble all the pages and compile the Sass. You're set!

Directory Structure