Closed (fixed)
Project:
Bootstrap4
Version:
3.0.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2025 at 13:56 UTC
Updated:
21 Jan 2026 at 13:59 UTC
Jump to comment: Most recent
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
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
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
deepali sardana commentedComment #6
vladimirausComment #7
vladimirausThank you for your contribution. 🍻
Released.