We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35dc74b commit b751eeaCopy full SHA for b751eea
1 file changed
lib/private/Template/JSResourceLocator.php
@@ -69,7 +69,7 @@ public function doFind($script) {
69
|| $this->appendScriptIfExist($this->serverroot, "dist/$app-$scriptName")
70
|| $this->appendScriptIfExist($appRoot, $script, $appWebRoot)
71
|| $this->cacheAndAppendCombineJsonIfExist($this->serverroot, $script.'.json')
72
- || $this->cacheAndAppendCombineJsonIfExist($appRoot, $script.'.json', $appWebRoot)
+ || $this->cacheAndAppendCombineJsonIfExist($appRoot, $script.'.json', $app)
73
|| $this->appendScriptIfExist($this->serverroot, $theme_dir.'core/'.$script)
74
|| $this->appendScriptIfExist($this->serverroot, 'core/'.$script)
75
|| (strpos($scriptName, '/') === -1 && ($this->appendScriptIfExist($this->serverroot, $theme_dir."dist/core-$scriptName")
0 commit comments