- Issue created by @rmnvalette
deepali sardana → made their first commit to this issue’s fork.
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
Active
3.0
Code
deepali sardana → made their first commit to this issue’s fork.