From d94632376dd27163861aca3d4dfaeeac9d909fd8 Mon Sep 17 00:00:00 2001 From: david1117dev <110995499+david1117dev@users.noreply.github.com> Date: Sun, 18 Feb 2024 17:01:30 +0100 Subject: [PATCH 1/3] Add --progress to yarn build --- blueprint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprint.sh b/blueprint.sh index afe4659..4f8e240 100644 --- a/blueprint.sh +++ b/blueprint.sh @@ -1142,7 +1142,7 @@ if [[ ( $2 == "-i" ) || ( $2 == "-install" ) || ( $2 == "-add" ) ]]; then VCMD=" if [[ $YARN == "y" ]]; then if ! [[ ( $F_developerIgnoreRebuild == true ) && ( $dev == true ) ]]; then PRINT INFO "Rebuilding panel assets.." - yarn run build:production + yarn run build:production --progress fi fi From 08600fa36ac590fa8898a972db26006e6465fdd2 Mon Sep 17 00:00:00 2001 From: david1117dev <110995499+david1117dev@users.noreply.github.com> Date: Sun, 18 Feb 2024 17:17:01 +0100 Subject: [PATCH 2/3] Added --progress EVERYWHERE --- blueprint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprint.sh b/blueprint.sh index 4f8e240..38449ab 100644 --- a/blueprint.sh +++ b/blueprint.sh @@ -247,7 +247,7 @@ if [[ $1 != "-bash" ]]; then # Rebuild panel assets. PRINT INFO "Rebuilding panel assets.." - yarn run build:production + yarn run build:production --progress # Put application into production. PRINT INFO "Put application into production." @@ -1458,7 +1458,7 @@ if [[ ( $2 == "-r" ) || ( $2 == "-remove" ) ]]; then VCMD="y" # Rebuild panel if [[ $YARN == "y" ]]; then PRINT INFO "Rebuilding panel assets.." - yarn run build:production + yarn run build:production --progress fi # Flush cache. From 9d2c5477fee72356253396a6ddfda07a093909eb Mon Sep 17 00:00:00 2001 From: purple Date: Sun, 18 Feb 2024 17:45:06 +0100 Subject: [PATCH 3/3] feat `readme`: update contributors list --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63e0667..97e7699 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ Want your name, website or company listed here? [Sponsor **prplwtf** on GitHub]( [sp11rum](https://github.com/sp11rum) - contributor\ [phedona](https://github.com/Phedona) - contributor\ [codixer](https://github.com/Codixer) - contributor\ -[slimi1](https://github.com/Slimi1) - contributor +[slimi1](https://github.com/Slimi1) - contributor\ +[david1117dev](https://github.com/david1117dev) - contributor