Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 397 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 397 Bytes

gulp-tasks

Gulp tasks and basic project structure.

Compile SASS, watch the files and live reload changes.

Some differences between Gulp and Grunt:

  • Gulp has watch built-in
  • Gulp requires a sequence to run concurrent tasks
  • Gulp dependencies are faster to setup
  • Gulp code is arguably more readable

Awesome guide to getting started with Gulp