1
0
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:
nobody42
2020-03-24 09:42:24 +01:00
parent 172dda4429
commit f45a67b083
49 changed files with 27 additions and 26 deletions

View File

@@ -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.