Skip to content

Commit

Permalink
Update readme to better reflect compass requirement, not optional as …
Browse files Browse the repository at this point in the history
…styles rely on it.
  • Loading branch information
maderapson committed Mar 13, 2012
1 parent fc958b7 commit dfdeb1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

1. Install Node (with npm): http://nodejs.org/#download
2. Install Sass: http://sass-lang.com/download.html
3. Optionally, install Compass: http://compass-style.org/
3. Install Compass: http://compass-style.org/

## Getting Started

Expand All @@ -22,7 +22,7 @@

4. Each of the features requires its own markdown file under `posts` folder. It is easy to create using the shell script on the parent directory. Just type `./new_feature.sh` and start entering details about the feature you want to add.

5. All styles must be in the included `Sass` file rather than be updated in the generated CSS file. Easiest way to compile them is to use [Compass](http://compass-style.org/):
5. All styles must be in the included `Sass` file rather than be updated in the generated CSS file. To compile them is to use [Compass](http://compass-style.org/):
```
compass watch .
```
Expand Down

0 comments on commit dfdeb1d

Please sign in to comment.