January 2012
1 post
1 tag
Rails 3.x Assets Pipeline Tip - Any file can be a...
I’ve just started playing with Ruby and Rails, and one of the cool things I’ve been tinkering with is the new assets pipeline. It does a few neat things:
Compiles multiple JS/CSS files into a single file and minifies it
Evaluates things like Coffeescript or SASS/LESS
Allows you to logically store your assets whether they be images, JS or CSS files where they belong - be it with a...