Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

thoughtbot/gulp-bourbon-neat-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

As of June 2019 this project is no longer being maintained as gulp is typically no longer part of our regular workflow.

Neat logo Neat logo

An example project with Gulp using Bourbon and Neat

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.

Helpful Links

Installation

  1. Clone the repository, and open a shell terminal within the project's root directory.

  2. After installing Node.js and NPM, install the gulp via the following.

    npm install --global gulp-cli
    
  3. Install the project packages.

    npm install
    
  4. Run the default gulp command which will complie the stylesheets, with Bourbon and Neat inclded as well as creating a local server at http://localhost:8000. Gulp will continue to watch the /stylesheets to monitor for any changes.

    gulp
    

License

gulp-bourbon-neat-example is copyright © 2012 thoughtbot, inc.

It is free software, and may be redistributed under the terms specified in the license.

thoughtbot

About

A sample project for getting started with Bourbon and Neat with Gulp

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published