We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53e70d commit e6a9dcaCopy full SHA for e6a9dca
scss/build.sh
@@ -1,6 +1,6 @@
1
set -euxo pipefail
2
3
-BOOTSTRAP_VERSION="${1:-5.2.3}"
+BOOTSTRAP_VERSION="${1:-5.3.7}"
4
BOOTSTRAP_ZIP="v$BOOTSTRAP_VERSION.zip"
5
BOOTSTRAP_DIR="bootstrap-$BOOTSTRAP_VERSION"
6
@@ -23,4 +23,4 @@ cp ./scss/flower.scss $BOOTSTRAP_DIR/scss/flower.scss
23
cp $BOOTSTRAP_DIR/dist/css/bootstrap.min.css ./flower/static/css/
24
cp $BOOTSTRAP_DIR/dist/css/bootstrap.min.css.map ./flower/static/css/
25
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/
+cp $BOOTSTRAP_DIR/dist/js/bootstrap.bundle.min.js.map ./flower/static/js/
0 commit comments