File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,14 @@ public function doFind($script) {
7171 } elseif ($ this ->appendIfExist ($ this ->serverroot , $ theme_dir .'apps/ ' .$ script .'.js ' )
7272 || $ this ->appendIfExist ($ this ->serverroot , $ theme_dir .$ script .'.js ' )
7373 || $ this ->appendIfExist ($ this ->serverroot , $ script .'.js ' )
74+ || $ this ->appendIfExist ($ this ->serverroot , "$ theme_dir.'dist/ $ app- $ scriptName.js " )
7475 || $ this ->appendIfExist ($ this ->serverroot , "dist/ $ app- $ scriptName.js " )
7576 || $ this ->appendIfExist ($ this ->serverroot , 'apps/ ' .$ script .'.js ' )
7677 || $ this ->cacheAndAppendCombineJsonIfExist ($ this ->serverroot , $ script .'.json ' )
7778 || $ this ->appendIfExist ($ this ->serverroot , $ theme_dir .'core/ ' .$ script .'.js ' )
7879 || $ this ->appendIfExist ($ this ->serverroot , 'core/ ' .$ script .'.js ' )
79- || (strpos ($ scriptName , '/ ' ) === -1 && $ this ->appendIfExist ($ this ->serverroot , "dist/core- $ scriptName.js " ))
80+ || (strpos ($ scriptName , '/ ' ) === -1 && ($ this ->appendIfExist ($ this ->serverroot , $ theme_dir . "dist/core- $ scriptName.js " )
81+ || $ this ->appendIfExist ($ this ->serverroot , "dist/core- $ scriptName.js " )))
8082 || $ this ->cacheAndAppendCombineJsonIfExist ($ this ->serverroot , 'core/ ' .$ script .'.json ' )
8183 ) {
8284 return ;
You can’t perform that action at this time.
0 commit comments