Skip to content

Commit

Permalink
MDL-77277 theme_boost: remove Bootstrap version reference
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Mar 1, 2023
1 parent 089b9a8 commit 416d3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/boost/readme_moodle.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 416d3ef

Please sign in to comment.