Update build.sh
This commit is contained in:
parent
beb285673b
commit
60bf3a4404
4
build.sh
4
build.sh
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue