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

Commit

Permalink
docs(readme): ruby-sass download instructions
Browse files Browse the repository at this point in the history
Document the need to download Ruby and install compass, whilst ruby-sass
is still used by default.

Closes #1243
  • Loading branch information
pisani authored and eddiemonge committed Feb 17, 2016
1 parent e994d86 commit cb9d420
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ Install `yo`, `grunt-cli`, `bower`, `generator-angular` and `generator-karma`:
npm install -g grunt-cli bower yo generator-karma generator-angular
```

If you are planning on using Sass, you will need to first install Ruby and Compass:
- Install Ruby by downloading from [here](http://rubyinstaller.org/downloads/) or use Homebrew
- Install the compass gem:
```
gem install compass
```

Make a new directory, and `cd` into it:
```
mkdir my-new-project && cd $_
Expand Down

0 comments on commit cb9d420

Please sign in to comment.