Skip to content

Commit e6a9dca

Browse files
authored
Update build.sh
1 parent f53e70d commit e6a9dca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set -euxo pipefail
22

3-
BOOTSTRAP_VERSION="${1:-5.2.3}"
3+
BOOTSTRAP_VERSION="${1:-5.3.7}"
44
BOOTSTRAP_ZIP="v$BOOTSTRAP_VERSION.zip"
55
BOOTSTRAP_DIR="bootstrap-$BOOTSTRAP_VERSION"
66

@@ -23,4 +23,4 @@ cp ./scss/flower.scss $BOOTSTRAP_DIR/scss/flower.scss
2323
cp $BOOTSTRAP_DIR/dist/css/bootstrap.min.css ./flower/static/css/
2424
cp $BOOTSTRAP_DIR/dist/css/bootstrap.min.css.map ./flower/static/css/
2525
cp $BOOTSTRAP_DIR/dist/js/bootstrap.bundle.min.js ./flower/static/js/
26-
cp $BOOTSTRAP_DIR/dist/js/bootstrap.bundle.min.js.map ./flower/static/js/
26+
cp $BOOTSTRAP_DIR/dist/js/bootstrap.bundle.min.js.map ./flower/static/js/

0 commit comments

Comments
 (0)