Skip caching in AssetResolver::getJsAssets if no libraries
1 unresolved thread
1 unresolved thread
Closes #3494354
Merge request reports
Activity
313 313 return [[], []]; 314 314 } 315 315 316 // Skip caching if there are no libraries to load. 317 if (!$libraries_to_load) { 318 $cid = NULL; 319 }
Please register or sign in to reply