mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-23 01:57:03 +03:00
Added instructions on how to install compass.
This commit is contained in:
parent
acfef44b64
commit
e25942652d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user