From 60bf3a4404b22c060cb69c6314b94834c56bbd4f Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Mon, 28 Dec 2020 10:48:35 -0300 Subject: [PATCH] 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