From 197f9668563cb40a6f672fddb8df95abe06592f2 Mon Sep 17 00:00:00 2001 From: Patrick Maia Date: Tue, 16 Dec 2014 21:39:29 +0000 Subject: Card #197 - small changes in installation instructions and scripts --- install-pixelated.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'install-pixelated.sh') diff --git a/install-pixelated.sh b/install-pixelated.sh index 22ed9b2a..b6442bfb 100755 --- a/install-pixelated.sh +++ b/install-pixelated.sh @@ -32,10 +32,9 @@ function check_installed() { fi } -for dependency in node npm ruby virtualenv git gpg; do +for dependency in node npm ruby virtualenv git gpg compass; do check_installed $dependency done -gem install compass # install web-ui dependencies cd web-ui -- cgit v1.2.3