Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

Commit cb9d420

Browse files
pisanieddiemonge
authored andcommitted
docs(readme): ruby-sass download instructions
Document the need to download Ruby and install compass, whilst ruby-sass is still used by default. Closes #1243
1 parent e994d86 commit cb9d420

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ Install `yo`, `grunt-cli`, `bower`, `generator-angular` and `generator-karma`:
1717
npm install -g grunt-cli bower yo generator-karma generator-angular
1818
```
1919

20+
If you are planning on using Sass, you will need to first install Ruby and Compass:
21+
- Install Ruby by downloading from [here](http://rubyinstaller.org/downloads/) or use Homebrew
22+
- Install the compass gem:
23+
```
24+
gem install compass
25+
```
26+
2027
Make a new directory, and `cd` into it:
2128
```
2229
mkdir my-new-project && cd $_

0 commit comments

Comments
 (0)