From 5fd6c7bf411bf91cc49bd8c035c36d6bb9ab7516 Mon Sep 17 00:00:00 2001 From: Joshua Sosa Date: Wed, 28 Aug 2024 10:16:14 -0700 Subject: [PATCH] Closes #3671 Add minified option on az_bootstrap_js_info (#3672) --- themes/custom/az_barrio/az_barrio.theme | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/custom/az_barrio/az_barrio.theme b/themes/custom/az_barrio/az_barrio.theme index 3b6678828b..90bed57c9c 100644 --- a/themes/custom/az_barrio/az_barrio.theme +++ b/themes/custom/az_barrio/az_barrio.theme @@ -282,6 +282,7 @@ function az_barrio_library_info_alter(&$libraries, $extension) { if (theme_get_setting('az_bootstrap_minified')) { $az_bootstrap_css_info['minified'] = TRUE; + $az_bootstrap_js_info['minified'] = TRUE; } $az_bootstrap_css_path .= $az_bootstrap_token;