From eacd5eeee6fbe25e06984660a225470be6329445 Mon Sep 17 00:00:00 2001 From: Gabe Berke-Williams Date: Fri, 9 Mar 2012 10:27:13 -0500 Subject: [PATCH] bourbon:install task doesn't work in Rails 2.3.x. --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index ea8ad01a7..a35651601 100644 --- a/readme.md +++ b/readme.md @@ -41,9 +41,9 @@ Import all additional stylesheets from your app/assets/stylesheets directory und @import "home"; @import "users"; -## Rails 3.0.x and below -For Rails < 3.1 you must run the installation rake task. Please note, you should run this task every time a new version of Bourbon is released. -This will copy the Sass files into your project's public/stylesheets/sass directory. +## Rails 3.0.x +For Rails 3.0.x you must run the installation rake task. You should run this task every time a new version of Bourbon is released. +This will copy the Sass files into your project's `public/stylesheets/sass` directory. rake bourbon:install @@ -55,7 +55,7 @@ Import the mixins at the beginning of your stylesheet rake bourbon:install[app/stylesheets] -# Install in a non-rails project (static site, jekyll, wordpress, other...) +# Rails 2.3 or a non-Rails project (static site, jekyll, wordpress, other...) Bourbon includes an easy way to generate a directory with all the necessary files. Install the bourbon gem: