MDL-77277 theme_boost: remove Bootstrap version reference

This commit is contained in:
Petr Skoda
2023-03-01 13:02:24 +01:00
parent 089b9a8846
commit 416d3ef5d6
+2 -2
View File
@@ -4,7 +4,7 @@ Twitter bootstrap
-----------------
Sass:
This theme uses Bootstrap version 4.6.2
This theme uses Bootstrap frontend toolkit.
The Bootstrap repository is available on:
https://github.com/twbs/bootstrap
@@ -29,7 +29,7 @@ Javascript:
* copy index.js from ~/bootstrap/js to theme/boost/amd/src
* edit theme/boost/amd/src/index.js and update import path (src -> bootstrap)
* Moodle core includes the popper.js library, make sure each of the new Bootstrap js files
includes the 'core/popper' library instead of 'popper.js'. For version 4.6.2 these files were: tooltip.js and dropdown.js
includes the 'core/popper' library instead of 'popper.js'. For current version these files were: tooltip.js and dropdown.js
* update ./thirdpartylibs.xml to include all new Bootstrap js files
* run "grunt ignorefiles" to prevent linting errors appearing from the new Bootstrap js files.
* in folder theme/boost run "grunt amd" to compile the bootstrap JS