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:
parent
e24a5964a1
commit
7e98e199a4
|
|
@ -400,7 +400,7 @@ class CombineAssets
|
|||
$this->putCache($cacheKey, $cacheInfo);
|
||||
}
|
||||
|
||||
return $this->getCombinedUrl($cacheInfo['version'] . '.' . $extension);
|
||||
return $this->getCombinedUrl($cacheInfo['version']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue