From 4c3edcff99a546a93660af5ce70838126e58f6a8 Mon Sep 17 00:00:00 2001 From: Roderik van der Veer Date: Sun, 18 Aug 2013 18:58:51 +0200 Subject: [PATCH] Add sass --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b0fd3b8c..4f567b723 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,10 @@ Access the `config.php` script from a browser: If you get any warnings or recommendations, fix them before moving on. -You should also make sure you have [nodeJS][3], Bower and Grunt installed. +You should also make sure you have [nodeJS][3], Sass, Bower and Grunt installed. brew install node + gem install sass # maybe you need sudo... npm install -g bower npm install -g grunt