mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-06-29 08:10:41 +00:00
Add jquery
This commit is contained in:
parent
4548c18688
commit
2ab2765363
5 changed files with 25 additions and 2 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/jquery/dist/jquery.min.js $STATIC_BUILD/js/jquery.min.js
|
||||
cp $BASEDIR/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js $STATIC_BUILD/js/bootstrap.min.js
|
||||
|
||||
mkdir -p "$STATIC_BUILD/css"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue