function getPathName()

in script/dist.js [87:89]


function getPathName(path) {
  return path.replace(/\//g, '-')
}