Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 875 Bytes

README.mdown

File metadata and controls

17 lines (9 loc) · 875 Bytes

#Front-End Forumlation

##Overview

This project contains the blank template of what I use for front-end development projects.

Why formulation? Because I've started to dislike the term "boilerplate", and formulation had a nice ring to it.

##What it's built on

Front-End Formulation is based around the SCSS syntax of SASS and Compass for assisting in CSS development, Jammit for JavaScript packaging, and (optionally) HAML for writing markup.

##Getting Started

Run bundle install to install all necessary gems (see the Gemfile to see what is actually included).

Run guard to begin watching the directory for changes to files handled by compass, jammit, or haml.