From 26f9b4e05f59fd30590569238bd4955b9da435c9 Mon Sep 17 00:00:00 2001 From: nobody Date: Mon, 24 Oct 2022 06:38:10 +0200 Subject: [PATCH] vex-js: vex-theme-wireframe.css -> vex-theme-wireframe.min.css (#1183) --- core/request-analyzer.js | 3 +++ pages/updates/updates.html | 1 + 2 files changed, 4 insertions(+) diff --git a/core/request-analyzer.js b/core/request-analyzer.js index 7f5370c0..0d862b79 100644 --- a/core/request-analyzer.js +++ b/core/request-analyzer.js @@ -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; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 6522ef9c..af653e4f 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -35,6 +35,7 @@

Mapping

Added