Asset Pipeline In Rails 3.1.0
Asset pipeline provides a framework to concatenate and minify or compress JavaScript and CSS assets. It also adds the ability to write these assets in other languages such as CoffeeScript, Sass and ERB. In Rails 3.1, the rails asset pipeline is enabled by default.
Comments
IMHO Rails’s Asset Pipeline is kind of lame. GulpJS with couple tasks defined in DSL is the way to go.
Post a comment