Skip to content

Commit

Permalink
Merge pull request #10 from makkaq/issue-9
Browse files Browse the repository at this point in the history
Readme update covering sass dependencies
  • Loading branch information
benleivian authored Nov 2, 2016
2 parents 6d68c14 + 7f1b4ec commit 3b2a12f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ Your themes directory should now look like this:

$ bower install

#### Install sass

Sass is a Ruby component (known as a gem). If you're a Mac user Ruby is already on your system but if you're developing
on Linux or Windows you may have to install it. Once you've got Ruby you should be able to install sass from the
command line (you may need to use `sudo`).

$ gem install sass

For troubleshooting see the [sass install page](http://sass-lang.com/install).

#### Generate Theme Files

This will generate the initial theme files in `build/`.
Expand Down

0 comments on commit 3b2a12f

Please sign in to comment.