Skip to content

Commit

Permalink
Merge pull request #2 from josh/readme-sprockets
Browse files Browse the repository at this point in the history
Remove old sprockets instructions
  • Loading branch information
mdo committed Mar 23, 2015
2 parents b4af627 + 9046d5d commit becd273
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ Install Primer with Bower by adding `https://github.com/github/primer.git#x.x.x`

**Hey, GitHubbers!** For GitHub.com, you'll need to `cd` into `vendor/assets` and run `bower install` there. Be sure to commit and push all the changes, including the `bower.json` and everything under `bower_components`.

**Rails 3.x Note** Rails 3.x is locked to an older version of sprockets that doesn't support Bower. You can work around this by installing the [sprockets 2.2.2.backport2](http://rubygems.org/gems/sprockets/versions/2.2.2.backport2) gem.

``` ruby
gem 'sprockets', '2.2.2.backport2'
```

## Usage

Once included, simply `@import` either the master SCSS file, or the individual files as you need them.
Expand Down

0 comments on commit becd273

Please sign in to comment.