mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-06-29 00:10:41 +00:00
Add bootstrap JS
This commit is contained in:
parent
3610b7a8d9
commit
a82ab80745
3 changed files with 15 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue