The Asset Pipeline and Import Maps

A web site consist of many more files than just the HTML documents we have been generating up to now: css files, image files, font files, javascript files, ...

The asset pipeline is rails' way of preparing theses files for publication using the current state of knowledge regarding web performance.

By referring to this guide, you will be able to:

  • keep your assets in the right place
  • have all your assets compiled and minified for production

Slides - use arrow keys to navigate, esc to return to page view, f for fullscreen

The Asset Pipeline and Import Maps A web site consist of many more files than just the HTML documents we have been generating up to now: css files, image files, font files, javascript files, ... The asset pipeline is rails' way of preparing theses files for publication using the current state of knowledge regarding web performance. By referring to this guide, you will be able to: keep your assets in the right place have all your assets compiled and minified for production Slides - use arrow keys to navigate, esc to return to page view, f for fullscreen