mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Show version of 'latest' frameworks (#68)
This commit is contained in:
@@ -146,7 +146,7 @@ requestAnalyzer._findLocalTarget = function (resourceMappings, basePath, channel
|
||||
versionDelivered = helpers.setLastVersion(targetPath, versionNumber).toString();
|
||||
targetPath = targetPath.replace(versionNumber, versionDelivered);
|
||||
|
||||
versionRequested = versionNumber === null ? false : versionNumber[0];
|
||||
versionRequested = versionNumber === null ? 'latest' : versionNumber[0];
|
||||
|
||||
hostShorthands = shorthands[channelHost];
|
||||
|
||||
|
Reference in New Issue
Block a user