vex-js: vex-theme-wireframe.css -> vex-theme-wireframe.min.css (#1183)
This commit is contained in:
parent
a8fd61a781
commit
26f9b4e05f
|
@ -197,6 +197,9 @@ requestAnalyzer._findLocalTarget = function (resourceMappings, basePath, channel
|
|||
bundle = targets.determineBundle(targetPath);
|
||||
if (bundle !== '') {
|
||||
targetPath = requestAnalyzer._getPathOfBundle(initiator, channelHost, channelPath, targetPath, bundle);
|
||||
if (bundle === 'vex (Bundle)' && !targetPath.endsWith('.min.css') && targetPath.endsWith('.css')) {
|
||||
targetPath = targetPath.replace('.css', '.min.css');
|
||||
}
|
||||
}
|
||||
if (targetPath['result'] === false) {
|
||||
break;
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
<p>Mapping</p>
|
||||
<ul>
|
||||
<li>cdnjs.cloudflare.com -> swiper-bundle CSS & JS (<a href="https://codeberg.org/nobody/LocalCDN/issues/1181">#1181</a>)</li>
|
||||
<li>vex-js: vex-theme-wireframe.css -> vex-theme-wireframe.min.css (<a href="https://codeberg.org/nobody/LocalCDN/issues/1183">#1183</a>)</li>
|
||||
</ul>
|
||||
<p>Added</p>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in New Issue