Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
4.4.1/ | 16-Aug-2025 | - | 32 | 19 | ||
4.5.0/ | 16-Aug-2025 | - | 304 | 270 | ||
5.0.1/ | 16-Aug-2025 | - | 331 | 319 | ||
README.md | D | 16-Aug-2025 | 952 | 25 | 14 | |
bootstrapJavascript.json | D | 16-Aug-2025 | 2 KiB | 49 | 48 | |
bootstrapStylesheet.json | D | 16-Aug-2025 | 13.4 KiB | 269 | 268 | |
updateBootStrapCustom.yml | D | 16-Aug-2025 | 1.2 KiB | 39 | 38 |
README.md
1# Bootstrap 2 3## About 4 5This directory contains all `Bootstrap` related resources such as Javascript and Css files used by [ComboStrap](https://combostrap.com) 6 7If you want to bring your own custom Css file, check the [custom Bootstrap article](https://combostrap.com/custom/bootrstap) 8 9In a nutshell, if you already have your CSS file: 10 11 * Copy your CSS file into the sub version directory (`4.4.1`, `4.5.0`, ...) 12 * Copy the [bootstrapCustomCss.json](./bootstrapStylesheet.json) to `bootstrapLocalCss.json` 13 * And adapt the file by changing or adding your values 14 15 16## Files 17 18 * [bootstrap.json] is a metadata file with all official bootstrap information 19 * [bootstrapCustom.json] is a metadata file with the [ComboStrap](https://combostrap.com) 16 grid theme. 20 * There is one subdirectory by `Bootstrap` release such as [4.5.0](./4.5.0) 21 22## Jquery 23 24Jquery must not be slim because the `post` http method is needed for the search box (`qsearch`) 25