Add bootstrap JS

This commit is contained in:
ItsDrike 2021-08-25 11:27:49 +02:00
parent 3610b7a8d9
commit a82ab80745
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
3 changed files with 15 additions and 1 deletions

View file

@ -11,6 +11,7 @@ mkdir -p "$STATIC_BUILD/img"
mkdir -p "$STATIC_BUILD/js"
#cp -r "$STATIC_SRC/js/*" "$STATIC_BUILD/js"
cp $BASEDIR/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js $STATIC_BUILD/js/bootstrap.min.js
mkdir -p "$STATIC_BUILD/css"
#cp -r "$STATIC_SRC/css/*" "$STATIC_BUILD/css"