/gulp-starter

Gulp Starter Package

Primary LanguageCSS

Gulp Starter 1.0

This Gulp Starter is just a starter package that contains all the essentials to get a gulp build system up and running fast. Uses Susy and Breakpoint!

No Compass or Ruby Dependencies :) Includes Breakpoint and Susy!

Install Packages

After cloning the project to your computer run the following command in your terminal to install all required node and bower packages.

sudo npm install && bower install

Start

To start the build system:

gulp

Deploy

To deploy a delivery build run:

gulp build

gulpfile.js

This is the file that contains all of the gulp tasks and the will run with the default "gulp" command.

.bowerrc

Controls the location where bower packages will be installed. Currently all bower components live in app/bower_components