sources.forEach((arg) => {
  glob(arg, (matchError, filenames) => {
    if (matchError) {
      throw matchError
    }