Skip to content

Instantly share code, notes, and snippets.

@chrislloyd
Created July 31, 2011 01:06
Show Gist options
  • Save chrislloyd/1116220 to your computer and use it in GitHub Desktop.
Save chrislloyd/1116220 to your computer and use it in GitHub Desktop.

So why is the asset pipeline awesome?

  1. Works on Heroku. Also, Cedar is awesome.
  2. Minifies/gzips assets in production, leaves them raw in dev.
  3. gem 'backbone-rails' and in your application.js.coffee #= require backbone. Bam!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment