blob: 1066893119f98648c55a00a96eccff25dacbda84 [file] [log] [blame] [raw]
script.
var basePath = window.location.pathname.substring(1)
if(basePath.indexOf("beta") > -1) {
window.resourceBaseUrl = basePath + "dist/"
}
else {
window.resourceBaseUrl = "/dist/"
}