Skip to content

Commit becd273

Browse files
committed
Merge pull request #2 from josh/readme-sprockets
Remove old sprockets instructions
2 parents b4af627 + 9046d5d commit becd273

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ Install Primer with Bower by adding `https://github.com/github/primer.git#x.x.x`
4545

4646
**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`.
4747

48-
**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.
49-
50-
``` ruby
51-
gem 'sprockets', '2.2.2.backport2'
52-
```
53-
5448
## Usage
5549

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

0 commit comments

Comments
 (0)