Skip to content

Commit

Permalink
Close #3730 mark minified JS as minified. (#3732)
Browse files Browse the repository at this point in the history
  • Loading branch information
trackleft authored Sep 18, 2024
1 parent 01b31cf commit 3259a3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ az_event_trellis_date:
- az_event_trellis/easepick_bundle
easepick_bundle:
js:
/libraries/easepick--bundle/dist/index.umd.js: {}
/libraries/easepick--bundle/dist/index.umd.js: { minified: true }
easepick_styles:
css:
theme:
/libraries/easepick--bundle/dist/index.css: {}
/libraries/easepick--bundle/dist/index.css: {}
2 changes: 1 addition & 1 deletion modules/custom/az_publication/az_publication.libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bootstrap-datepicker:
theme:
/libraries/bootstrap-datepicker/dist/css/bootstrap-datepicker.standalone.css: {}
js:
/libraries/bootstrap-datepicker/dist/js/bootstrap-datepicker.js: {}
/libraries/bootstrap-datepicker/dist/js/bootstrap-datepicker.js: { minified: true }
dependencies:
- core/drupal
- core/jquery
Expand Down
2 changes: 1 addition & 1 deletion themes/custom/az_barrio/az_barrio.libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ arizona-bootstrap:
theme:
/libraries/arizona-bootstrap/css/arizona-bootstrap.min.css: {}
js:
/libraries/arizona-bootstrap/js/arizona-bootstrap.bundle.min.js: {}
/libraries/arizona-bootstrap/js/arizona-bootstrap.bundle.min.js: { minified: true }
dependencies:
- core/jquery
button-no-conflict:
Expand Down

0 comments on commit 3259a3c

Please sign in to comment.