Skip to content

Commit

Permalink
Closes #3671 Add minified option on az_bootstrap_js_info (#3672)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasosa authored Aug 28, 2024
1 parent fc7be55 commit 5fd6c7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/custom/az_barrio/az_barrio.theme
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5fd6c7b

Please sign in to comment.