Skip to content

Instantly share code, notes, and snippets.

@mchung
Created June 15, 2011 23:32
Show Gist options
  • Save mchung/1028396 to your computer and use it in GitHub Desktop.
Save mchung/1028396 to your computer and use it in GitHub Desktop.
A note on sprockets
// Will include jquery. The newline matters.
//= require jquery
// A comment followed by a newline will not be sprocketfied.
//= require jquery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment