Include file extension in combiner URLs (#4567)

Credit to @alekseyp.
This commit is contained in:
alekseyp 2019-08-25 21:52:14 -04:00 committed by Luke Towers
parent e0e23c1fdf
commit 5afb1ee04f
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ class CombineAssets
$this->putCache($cacheKey, $cacheInfo); $this->putCache($cacheKey, $cacheInfo);
} }
return $this->getCombinedUrl($cacheInfo['version']); return $this->getCombinedUrl($cacheInfo['version'] . '.' . $extension);
} }
/** /**