Reputation: 10146
How do I go about configuring my application to use the asset pipeline in Rails 3.0? Pointers to any blogs/tutorials would be much appreciated.
Upvotes: 0
Views: 1308
Reputation: 10620
The asset pipeline is effectively sprockets, so for Rails 3.0:
https://gist.github.com/980056
Upvotes: 4
Reputation: 37507
Take a look at https://github.com/jamesmacaulay/sprockets_rails3_backport - exactly what you need.
Upvotes: 1