gulp.task('browserSync', ['build'], function() {
  browserSync.init(['./public/**'], {
    server: {
      baseDir: ['public', 'lib']
    }