From b2bacff84c0ae99c63572c20eb3f3ee3fce24714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Kalij=C3=A4rvi?= Date: Wed, 11 Sep 2024 14:27:52 +0300 Subject: [PATCH 1/2] UHF-10547: Added minified: true, to fix the issue with delivering non-aggregated JS files. --- hdbt.libraries.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hdbt.libraries.yml b/hdbt.libraries.yml index 34b6b85e0..45ede5007 100644 --- a/hdbt.libraries.yml +++ b/hdbt.libraries.yml @@ -243,7 +243,8 @@ hyphenopoly-loader: header: true js: dist/js/hyphenopoly/Hyphenopoly_Loader.js: { - preprocess: false + preprocess: false, + minified: true } hyphenopoly: From 0518d2b5915ffc022425b65e4acce2b49ec6cf68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Kalij=C3=A4rvi?= Date: Wed, 11 Sep 2024 14:42:35 +0300 Subject: [PATCH 2/2] Update hdbt.libraries.yml --- hdbt.libraries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hdbt.libraries.yml b/hdbt.libraries.yml index 45ede5007..9082c3fc9 100644 --- a/hdbt.libraries.yml +++ b/hdbt.libraries.yml @@ -243,8 +243,8 @@ hyphenopoly-loader: header: true js: dist/js/hyphenopoly/Hyphenopoly_Loader.js: { - preprocess: false, - minified: true + minified: true, + preprocess: false } hyphenopoly: