From 171fcc43950eab6229d56ee40b09a5f02d08857f Mon Sep 17 00:00:00 2001 From: Fabiano Alencar Date: Fri, 17 Aug 2018 13:41:47 -0300 Subject: [PATCH] Fix verify sass on build --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index cb6993b..71ed4da 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,8 @@ #!/bin/bash +command -v sass >/dev/null 2>&1 || { + echo >&2 "SASS does not seem to be available."; + exit 1; +} source build-config.cfg