Update build.sh

This commit is contained in:
Rodrigo 2020-12-28 10:48:35 -03:00 committed by GitHub
parent beb285673b
commit 60bf3a4404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
#!/bin/bash #!/bin/bash
command -v sass >/dev/null 2>&1 || { 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; exit 1;
} }
source build-config.cfg source build-config.cfg
echo "Updating files of theme" echo "Updating theme files"
rm -rf $destination rm -rf $destination
mkdir $destination mkdir $destination