MDL-77277 theme_boost: remove Bootstrap version reference
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user