watchExamplesCallback = function(filePath) {
    console.clear();
    return gulp.src(filePath, {
        base: 'examples/'
      })