Revert #4567, fixes #4648.

If including the asset extension is important, this can be done by listening to the `system.assets.beforeAddAsset(&$type, &$path, &$attributes)` event introduced in Build 460.
This commit is contained in:
Luke Towers 2019-11-28 10:32:34 -06:00
parent e24a5964a1
commit 7e98e199a4
1 changed files with 1 additions and 1 deletions

View File

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