Use minified js bundle in libraries.yml

Created on 8 January 2025, 19 days ago

The non-minified js is loaded in libraries.yml

The js is marked as already minified but the file is not the minified one.

bootstrap4-js-latest:
  version: 4.6.2
  js:
    dist/bootstrap/4.6.2/dist/js/bootstrap.bundle.js: { minified: true }
  dependencies:
    - core/jquery

Proposed resolution

Use the minified one instead

bootstrap4-js-latest:
  version: 4.6.2
  js:
    dist/bootstrap/4.6.2/dist/js/bootstrap.bundle.min.js: { minified: true }
  dependencies:
    - core/jquery
🐛 Bug report
Status

Active

Version

3.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024