if (file.match(/\.js$/i)) {
        vars.push({ file, object: transformObject(readVarsFromJavascriptFiles([file]), transformFileContent) })
      }