Skip to content

Commit

Permalink
Update bootstrap to 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vrusinov committed Aug 14, 2023
1 parent bf62813 commit cdce6a6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ repos:
- id: typos
# Do not attempt to fix automatically
args: []
exclude: themes/gmsite/assets/js/bootstrap.min.js
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
Expand Down
3 changes: 3 additions & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
# In posts/2020/setting-up-single-node-kubernetes-cluster.md
8b50eb5477ba4f40 = "8b50eb5477ba4f40"
ca8ba34a8ff2b = "ca8ba34a8ff2b"

[files]
extend-exclude = ["themes/gmsite/assets/js/bootstrap.min.js"]
7 changes: 3 additions & 4 deletions themes/gmsite/assets/css/bootstrap.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions themes/gmsite/assets/js/bootstrap.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions themes/gmsite/assets/update_bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="5.2.3"
VERSION="5.3.1"

wget https://cdn.jsdelivr.net/npm/bootstrap@${VERSION}/dist/css/bootstrap.min.css -O css/bootstrap.min.css
wget https://cdn.jsdelivr.net/npm/bootstrap@${VERSION}/dist/js/bootstrap.min.js -O js/bootstrap.min.js
wget https://cdn.jsdelivr.net/npm/bootstrap@${VERSION}/dist/js/bootstrap.min.js -O js/bootstrap.min.js

0 comments on commit cdce6a6

Please sign in to comment.