Created
June 15, 2011 23:32
-
-
Save mchung/1028396 to your computer and use it in GitHub Desktop.
A note on sprockets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Will include jquery. The newline matters. | |
//= require jquery |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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