From e25942652d1999b2398a10477bd3d4c9ce1f25b8 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Mon, 13 Jul 2015 15:50:00 -0700 Subject: [PATCH] Added instructions on how to install compass. --- {{cookiecutter.repo_name}}/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/README.rst b/{{cookiecutter.repo_name}}/README.rst index 90ea0c7c..54c3d305 100644 --- a/{{cookiecutter.repo_name}}/README.rst +++ b/{{cookiecutter.repo_name}}/README.rst @@ -90,7 +90,7 @@ For convenience, you can keep your normal user logged in on Chrome and your supe Live reloading and Sass CSS compilation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -If you'd like to take advantage of live reloading and Sass / Compass CSS compilation you can do so with the included Grunt task. +If you'd like to take advantage of live reloading and Sass / Compass CSS compilation you can do so with a little bit of prep work. Make sure that nodejs_ is installed. Then in the project root run:: @@ -98,6 +98,10 @@ Make sure that nodejs_ is installed. Then in the project root run:: .. _nodejs: http://nodejs.org/download/ +If you don't already have it, install `compass` (doesn't hurt if you run this command twice):: + + gem install compass + Now you just need:: $ grunt serve