Added instructions on how to install compass.

This commit is contained in:
Daniel Greenfeld 2015-07-13 15:50:00 -07:00
parent acfef44b64
commit e25942652d

View File

@ -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