Skip to content

Commit

Permalink
bourbon:install task doesn't work in Rails 2.3.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Mar 9, 2012
1 parent e9347e7 commit eacd5ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Expand Up @@ -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

Expand All @@ -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:

Expand Down

0 comments on commit eacd5ee

Please sign in to comment.