Update compile-sass.sh

This commit is contained in:
walisonjose 2018-11-23 18:13:04 -02:00 committed by GitHub
parent 50a0028e8f
commit 252bbd8e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
#Teste commit
# Executa o comando 'sass' para verificar se existe (veja http://stackoverflow.com/a/677212/329911)
command -v sass >/dev/null 2>&1 || {
echo >&2 "REQUIRE: SASS installed to compile the SCSS archives to CSS.";