As of June 2019 this project is no longer being maintained as gulp is typically no longer part of our regular workflow.
Bourbon is a library of Sass mixins and functions that are designed to make you a more efficient style sheet author.
Neat is a fluid grid framework with the aim of being easy enough to use out of the box and flexible enough to customize down the road.
-
Clone the repository, and open a shell terminal within the project's root directory.
-
After installing Node.js and NPM, install the gulp via the following.
npm install --global gulp-cli
-
Install the project packages.
npm install
-
Run the default
gulp
command which will complie the stylesheets, with Bourbon and Neat inclded as well as creating a local server athttp://localhost:8000
. Gulp will continue to watch the/stylesheets
to monitor for any changes.gulp
gulp-bourbon-neat-example
is copyright © 2012 thoughtbot, inc.
It is free software, and may be redistributed under the terms specified in the license.