What is Asset Pipeline?

Technology CommunityCategory: Ruby on RailsWhat is Asset Pipeline?
VietMX Staff asked 3 years ago

The 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 and pre-processors such as CoffeeScript, Sass and ERB. It allows assets in your application to be automatically combined with assets from other gems.