var dependencies = fs.readdirSync(absoluteDir).filter(x=> x.endsWith('.js') || (acceptJson && x.endsWith('.json')))
          .map(x=> this.processFile(x, absoluteDir, groupName));