Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 310 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 310 Bytes

gulp-setup

Serving

You can use gulp for starting the tasks.

tasks

gulp - the used task runner. run-sequence - Runs a sequence of gulp tasks in the specified order. plumber - replaces pipe method and removes standard onerror handler on error event, which unpipes streams on error by default.