From afe6136a229a65d18974635f7449d588875a206e Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Wed, 16 Dec 2015 11:01:43 +0000 Subject: [PATCH] Install SASS gem on deploy --- scripts/aws_install_dependencies.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/aws_install_dependencies.sh b/scripts/aws_install_dependencies.sh index 6d7d76a6f..5d8da904e 100755 --- a/scripts/aws_install_dependencies.sh +++ b/scripts/aws_install_dependencies.sh @@ -1 +1,2 @@ +gem install sass pip install -r /home/ubuntu/notifications-api/requirements.txt