Update compile-sass.sh
This commit is contained in:
parent
50a0028e8f
commit
252bbd8e3a
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
#Teste commit
|
||||||
# Executa o comando 'sass' para verificar se existe (veja http://stackoverflow.com/a/677212/329911)
|
# Executa o comando 'sass' para verificar se existe (veja http://stackoverflow.com/a/677212/329911)
|
||||||
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 "REQUIRE: SASS installed to compile the SCSS archives to CSS.";
|
||||||
|
|
Loading…
Reference in New Issue