Skip to content

A starter web dev workflow using Gulp, Sass, and Susy.

Notifications You must be signed in to change notification settings

hanihsdd/gulp-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp Starter Web Dev Workflow

Based on gulp-starter by zellwk

Features separate development and build tasks.

Uses Sass and includes Susy.

Setup

  1. Clone the repo
  2. Install Node dependencies $ npm install
  3. Install Bower dependencies $ bower install

Usage

Use default gulp command for development workflow which will compile Sass, create a sourcemap, and use Browsersync for live reload on changes to SCSS, HTML, or JavaScript. $ gulp

Use gulp build command to concatenate and minify CSS + JS files, optimize images, copy fonts, clean, and create all production ready files in dist folder. $ gulp build

About

A starter web dev workflow using Gulp, Sass, and Susy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published