Skip to content

Commit a6721cc

Browse files
bump bootstrap to v5.3.3 (#74)
* bump bootstrap to v5.3.3 Signed-off-by: Grace Grimwood <[email protected]> * remove existing bootstrap sources before attempting download and extract Signed-off-by: Grace Grimwood <[email protected]> --------- Signed-off-by: Grace Grimwood <[email protected]>
1 parent 9f456e7 commit a6721cc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

bootstrap_setup.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#!/bin/bash
22

3-
export BOOTSTRAP_VERSION="5.3.2"
3+
export BOOTSTRAP_VERSION="5.3.3"
4+
5+
#Remove any existing Bootstrap sources
6+
rm -f "v$BOOTSTRAP_VERSION.zip"
7+
rm -rf ./_sass/bootstrap
48

59
# download the full Bootstrap 5 sources (including JS)
610
echo "Downloading Bootstrap v$BOOTSTRAP_VERSION sources from GitHub..."

0 commit comments

Comments
 (0)