mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Fixed file extensions to prevent warnings of Mozillas validation tests
This commit is contained in:
@@ -126,7 +126,7 @@ requestAnalyzer._findLocalTarget = function (resourceMappings, basePath, channel
|
||||
bundle = helpers.determineBundle(channelPath);
|
||||
if(bundle !== '') {
|
||||
filename = channelPath.split('/').pop();
|
||||
targetPath = targetPath + filename;
|
||||
targetPath = targetPath + filename + 'm';
|
||||
}
|
||||
|
||||
// Prepare and return a local target.
|
||||
|
Reference in New Issue
Block a user