Created
September 15, 2011 18:28
-
-
Save ef4/1220065 to your computer and use it in GitHub Desktop.
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
//= require_self | |
//= require sproutcore | |
//= require my_other_library | |
//= require_tree ./test | |
// Some trivial stubs that allow all the above to load gracefully without a browser. | |
document = {}; | |
jQuery = function(){return {ready: function(){}}}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment