From beb285673bbfa762c9d8601c1a3c8ca22e496dc7 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Mon, 28 Dec 2020 10:46:59 -0300 Subject: [PATCH 1/2] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 9ced412..76e23b8 100755 --- a/build.sh +++ b/build.sh @@ -37,4 +37,4 @@ mv $destination/assets/vendor/slick/ajax-loader.gif $destination/assets/vendor/s mv $destination/assets/vendor/slick/fonts/ $destination/assets/vendor/slick/css/fonts/ cp $destination/assets/vendor/slick/slick.min.js $destination/assets/vendor/slick/js/slick.min.js -echo "Compilation Finish!!" +echo "Compilation finished!" From 60bf3a4404b22c060cb69c6314b94834c56bbd4f Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Mon, 28 Dec 2020 10:48:35 -0300 Subject: [PATCH 2/2] Update build.sh --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 76e23b8..21f7036 100755 --- a/build.sh +++ b/build.sh @@ -1,12 +1,12 @@ #!/bin/bash command -v sass >/dev/null 2>&1 || { - echo >&2 "REQUIRE: SASS installed to compile the SCSS archives to CSS."; + echo >&2 "REQUIRED: Sass installed to compile SCSS archives to CSS."; exit 1; } source build-config.cfg -echo "Updating files of theme" +echo "Updating theme files" rm -rf $destination mkdir $destination