Created by: phymous
Gulp pipeline does not work as expected when callback call is missing, e.g. tasks even when gulp-plumber
is used, immediately stop when errors occur.
This pull request adds the missing callback calls in the code example of the "Writing a plugin" documentation.