Skip to content

Commit

Permalink
Updated README.md to better specify how to install on a Rails 3.1 app…
Browse files Browse the repository at this point in the history
…lication
  • Loading branch information
MrJaba committed Oct 12, 2011
1 parent 5adafbd commit 323026c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -22,7 +22,10 @@ After you've bundled, if you are using rails 3.1 or greater with asset pipelinin

@import 'flutie';

as a sass import in the application stylesheet manifest (app/assets/stylesheets/application.css).
as a sass import in the application stylesheet manifest (app/assets/stylesheets/application.css.scss).

If this is a new Rails 3.1 project you will need to rename the application.css manifest to application.css.scss so it is processed
by the asset pipeline and sass to perform the @import.

### Rails 3

Expand Down

0 comments on commit 323026c

Please sign in to comment.