function browserSyncDist(done) {
  var conf = browserSyncDistConf();
  conf.server.middleware = middleware;
  browserSync.init(conf);
  done();