Skip to content

Commit

Permalink
Merge branch 'release/1.4.6' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
aronnebrivio committed Jul 26, 2022
2 parents 0b15f80 + 41b6c25 commit 0534cdb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ASSETS_FOLDER="assets"
SCRIPTS_FOLDER="$ASSETS_FOLDER/js"
STYLES_FOLDER="$ASSETS_FOLDER/css"
IMAGES_FOLDER="$ASSETS_FOLDER/images"
DOCUMENTS_FOLDER="$ASSETS_FOLDER/documents"
MANIFEST="manifest.json"
SERVICE_WORKER="service-worker.js"
NOJEKYLL=".nojekyll"
Expand Down Expand Up @@ -49,6 +50,9 @@ cp -a $SRC_FOLDER/$SCRIPTS_FOLDER/$JS_LIBS_FOLDER/. $DIST_FOLDER/$SCRIPTS_FOLDER
cp -a $SRC_FOLDER/$IMAGES_FOLDER/. $DIST_FOLDER/$IMAGES_FOLDER/
rm $DIST_FOLDER/$IMAGES_FOLDER/*.svg

# Copy documents folder content
cp -a $SRC_FOLDER/$DOCUMENTS_FOLDER/. $DIST_FOLDER/$DOCUMENTS_FOLDER/

# Copy other files
cp $SRC_FOLDER/$MANIFEST $DIST_FOLDER/$MANIFEST
cp $SRC_FOLDER/$SERVICE_WORKER $DIST_FOLDER/$SERVICE_WORKER
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aronnebrivio.github.io",
"version": "1.4.5",
"version": "1.4.6",
"description": "Personal frontpage",
"main": "src/index.html",
"scripts": {
Expand Down

0 comments on commit 0534cdb

Please sign in to comment.