Skip to content

Instantly share code, notes, and snippets.

@sourabh-upadhyay
Created March 2, 2017 14:09
Show Gist options
  • Save sourabh-upadhyay/ea07670babf5824fba6474914b426e94 to your computer and use it in GitHub Desktop.
Save sourabh-upadhyay/ea07670babf5824fba6474914b426e94 to your computer and use it in GitHub Desktop.
Assets Pipeline Guide

Key features of Assets pipeline

  1. Concatenate assets (Which can reduce the number of requests that a browser makes to render a web page) (Sprockets concatenates all JavaScript files into one master .js file and all CSS files into one master .css file)
  2. Asset minification or compression
  3. Coding assets via a higher level languages (SASS for CSS, CoffeeScript for JS, and ERB for both by default)

What is Fingerprinting and Why Should I Care?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment