function browserSyncServe(done) {
  var conf = browserSyncConf();
  conf.server.middleware = middleware;

  browserSync.init(conf);