Skip to content

tanveerc/gulp-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp Boilerplate

A simple boilerplate for Gulp workflow that includes:

  • static server with automatic live reload
  • sass compilation

Workflow

To get started, download the necessary dependencies.

npm install

Making Changes

All source files are located in the src/ directory. You should only be making changes here.

To view your changes, just type:

gulp

Then head to locahost:9090. Gulp will compile your files as you edit them, refreshing your browser automatically.

Build

The Gulp tasks will compile a test ready version of the project for you. in the '/builds/development' directory (with SASS source mapping.)

About

A simple boilerplate site with gulp workflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published